Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
srinathsetty committed Jul 24, 2020
1 parent c24a6ab commit d8cfa9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ byteorder = "1.3.4"
rayon = "1.3.0"
serde = { version = "1.0.106", features = ["derive"] }
bincode = "1.2.1"
subtle = { version = "^2.2.2", default-features = false }
subtle = { version = "^2.2.3", default-features = false }
rand_core = { version = "0.5", default-features = false }
zeroize = { version = "1", default-features = false }
itertools = "0.9.0"
Expand Down Expand Up @@ -46,4 +46,4 @@ harness = false

[features]
multicore = []
profile = []
profile = []

0 comments on commit d8cfa9d

Please sign in to comment.