Skip to content

Commit

Permalink
rc5: bump cipher to v0.5.0-pre.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ashWhiteHat committed Jul 29, 2024
1 parent 02b2381 commit 5d41d4a
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 26 deletions.
87 changes: 63 additions & 24 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions rc5/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ keywords = ["crypto", "rc5", "block-cipher"]
categories = ["cryptography"]

[dependencies]
cipher = { version = "0.4.3", features = ["zeroize"] }
cipher = { version = "=0.5.0-pre.6", features = ["zeroize"] }

[dev-dependencies]
cipher = { version = "0.4.3", features = ["dev"] }
cipher = { version = "=0.5.0-pre.6", features = ["dev"] }
rand = { version = "0.8.5" }

[features]
Expand Down

0 comments on commit 5d41d4a

Please sign in to comment.