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 3e2da09 commit c8c50c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -12,14 +12,14 @@ keywords = ["crypto", "blake2", "hash", "digest"]
categories = ["cryptography", "no-std"]

[dependencies]
digest = "= 0.9.0-pre"
digest = "0.9"
byte-tools = "0.3"
byteorder = { version = "1", default-features = false }
crypto-mac = "0.8"
opaque-debug = "0.2"

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

Expand Down

0 comments on commit c8c50c7

Please sign in to comment.