Skip to content

Commit

Permalink
Merge pull request #22 from raphaelrobert/bump-version
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
franziskuskiefer authored Mar 9, 2021
2 parents 016d06c + c54ac48 commit f7a18b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions evercrypt-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "evercrypt"
version = "0.0.7"
version = "0.0.8"
authors = ["Franziskus Kiefer <[email protected]>"]
edition = "2018"
license = "MPL-2.0"
Expand All @@ -22,7 +22,7 @@ random = ["rand", "rand_core"]
serialization = ["serde", "serde_json"]

[dependencies]
evercrypt-sys = { version = "0.0.6" }
evercrypt-sys = { version = "0.0.7" }
aes-gcm = { version = "0.8", optional = true }
rand = { version = "0.7", optional = true }
rand_core = { version = "0.5", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion evercrypt-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "evercrypt-sys"
version = "0.0.6"
version = "0.0.7"
authors = ["Franziskus Kiefer <[email protected]>"]
edition = "2018"
build = "build.rs"
Expand Down

0 comments on commit f7a18b9

Please sign in to comment.