Skip to content

Commit

Permalink
Merge pull request #12 from raphaelrobert/bump-version
Browse files Browse the repository at this point in the history
Bump version because of new evercrypt version
  • Loading branch information
franziskuskiefer committed Mar 9, 2021
2 parents 4be06e6 + ae18e46 commit 09aa46a
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 09aa46a

Please sign in to comment.