Skip to content

Commit

Permalink
Update to digest v0.9 release (#155)
Browse files Browse the repository at this point in the history
Release info: RustCrypto/traits#186
  • Loading branch information
tarcieri committed Jun 10, 2020
1 parent 9210299 commit 4e1bbd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -12,13 +12,13 @@ keywords = ["crypto", "md4", "hash", "digest"]
categories = ["cryptography", "no-std"]

[dependencies]
digest = "= 0.9.0-pre"
digest = "0.9"
block-buffer = "0.8"
fake-simd = "0.1"
opaque-debug = "0.2"

[dev-dependencies]
digest = { version = "= 0.9.0-pre", features = ["dev"] }
digest = { version = "0.9", features = ["dev"] }
hex-literal = "0.2"

[features]
Expand Down

0 comments on commit 4e1bbd8

Please sign in to comment.