Skip to content

Commit c48231a

Browse files
build: use published rc2 version (#412)
1 parent 1c52f9a commit c48231a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

picky/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ ctr = { version = "0.10.0-rc.1", optional = true }
7272
cbc = { version = "0.2.0-rc.1", optional = true, features = ["alloc"] }
7373
bcrypt-pbkdf = { version = "0.11.0-rc.1", optional = true }
7474
des = { version = "0.9.0-rc.1", optional = true }
75-
rc2 = { git = "https://github.com/RustCrypto/block-ciphers", rev = "cbc75f837701a1114bd50748cff6cdb65e8d3c1d", optional = true } # We need the new version, but it's not released yet.
75+
rc2 = { version = "0.9.0-pre.0", optional = true }
7676
pbkdf2 = { version = "0.13.0-rc.1", optional = true }
7777
hmac = { version = "0.13.0-rc.1", optional = true }
7878
inout = "0.2.0-rc.6"

0 commit comments

Comments
 (0)