Skip to content

Commit

Permalink
fix version update
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskuskiefer committed Nov 17, 2020
1 parent db78c97 commit 9b3497b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evercrypt-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ random = ["rand", "rand_core"]
serialization = ["serde", "serde_json"]

[dependencies]
evercrypt-sys = { version = "0.0.3" }
evercrypt-sys = { version = "0.0.4" }
aes-gcm = { version = "0.8", optional = true }
rand = { version = "0.7", optional = true }
rand_core = { version = "0.5", optional = true }
Expand Down

0 comments on commit 9b3497b

Please sign in to comment.