-
Notifications
You must be signed in to change notification settings - Fork 238
Description
Following #2309 , universal-hash-0.6.0-rc.10 can't compile anymore:
error[E0432]: unresolved import common::BlockSizes
--> /home//.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/universal-hash-0.6.0-rc.10/src/lib.rs:16:29
|
16 | use common::{BlockSizeUser, BlockSizes, ParBlocksSizeUser, array::Array};
| ^^^^^^^^^^
| |
| no BlockSizes in the root
| help: a similar name exists in the module: BlockSizeUser
In the same way, ctr-0.10.0-rc.3 can't compile:
error[E0432]: unresolved import cipher::common::BlockSizes
--> /home//.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctr-0.10.0-rc.3/src/ctr_core.rs:7:14
|
7 | common::{BlockSizes, InnerUser, IvSizeUser},
| ^^^^^^^^^^
| |
| no BlockSizes in the root
| help: a similar name exists in the module: BlockSizeUser
Yet universal-hash src was updated 17 hours ago with a fix, but without a release tag.
For example, the following tree is then now broken:
crypto-common v0.2.1
└── universal-hash v0.6.0-rc.10
└── polyval v0.7.0-rc.9
└── ghash v0.6.0-rc.6
└── aes-gcm v0.11.0-rc.3 (*)
Is it possible to tag a new version of universal-hash and ctr ?
Respectfully,