Hi! I'm depending on the RC version of cts and a bunch of other RustCrypto crates. It seems like cts still uses the old version of crypto-common. I'm having the following error:
C:\Users\...\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\cts-0.7.0-rc.3\src\cbc_cs1.rs:6:14
|
6 | common::{BlockSizes, InnerUser},
| ^^^^^^^^^^
| |
| no `BlockSizes` in the root
| help: a similar name exists in the module: `BlockSizeUser`
Could you publish a new pre-release cut of the crate with the latest version of crypto-common, when you have a chance 🙏?
Hi! I'm depending on the RC version of
ctsand a bunch of other RustCrypto crates. It seems likectsstill uses the old version ofcrypto-common. I'm having the following error:Could you publish a new pre-release cut of the crate with the latest version of
crypto-common, when you have a chance 🙏?