Skip to content

Commit

Permalink
Use util crate prereleases (#1434)
Browse files Browse the repository at this point in the history
Switches to the following prereleases:

- `block-buffer` v0.11.0-pre.1
- `inout` v0.4.0-pre.1
  • Loading branch information
tarcieri authored Dec 30, 2023
1 parent 43cec2c commit ea9f8a3
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 21 deletions.
42 changes: 28 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,3 @@ members = [
"signature_derive",
"universal-hash",
]

[patch.crates-io]
block-buffer = { git = "https://github.com/RustCrypto/utils.git" }
crypto-common = { path = "crypto-common" }
inout = { git = "https://github.com/RustCrypto/utils.git" }
2 changes: 1 addition & 1 deletion cipher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories = ["cryptography", "no-std"]

[dependencies]
crypto-common = "=0.2.0-pre.1"
inout = "=0.2.0-pre"
inout = "=0.2.0-pre.1"

# optional dependencies
blobby = { version = "0.3", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion digest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ categories = ["cryptography", "no-std"]
crypto-common = "=0.2.0-pre.1"

# optional dependencies
block-buffer = { version = "=0.11.0-pre", optional = true }
block-buffer = { version = "=0.11.0-pre.1", optional = true }
subtle = { version = "2.4", default-features = false, optional = true }
blobby = { version = "0.3", optional = true }
const-oid = { version = "0.9", optional = true }
Expand Down

0 comments on commit ea9f8a3

Please sign in to comment.