Skip to content

Commit

Permalink
Bump version because of new evercrypt version
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelrobert committed Mar 8, 2021
1 parent 4be06e6 commit ae18e46
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
@@ -1,6 +1,6 @@
[package]
name = "hpke-rs"
version = "0.0.5"
version = "0.0.6"
authors = ["Franziskus Kiefer <franziskuskiefer@gmail.com>"]
edition = "2018"
license = "MPL-2.0"
Expand All @@ -10,7 +10,7 @@ readme = "README.md"
repository = "https://github.com/franziskuskiefer/hpke-rs"

[dependencies]
evercrypt = { version = "0.0.7", git = "https://github.com/franziskuskiefer/evercrypt-rust" }
evercrypt = { version = "0.0.8", git = "https://github.com/franziskuskiefer/evercrypt-rust" }
serde_json = { version = "1.0", optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }

Expand Down

0 comments on commit ae18e46

Please sign in to comment.