Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit f7a18b9

Browse files
Merge pull request #22 from raphaelrobert/bump-version
Bump version
2 parents 016d06c + c54ac48 commit f7a18b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

evercrypt-rs/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "evercrypt"
3-
version = "0.0.7"
3+
version = "0.0.8"
44
authors = ["Franziskus Kiefer <[email protected]>"]
55
edition = "2018"
66
license = "MPL-2.0"
@@ -22,7 +22,7 @@ random = ["rand", "rand_core"]
2222
serialization = ["serde", "serde_json"]
2323

2424
[dependencies]
25-
evercrypt-sys = { version = "0.0.6" }
25+
evercrypt-sys = { version = "0.0.7" }
2626
aes-gcm = { version = "0.8", optional = true }
2727
rand = { version = "0.7", optional = true }
2828
rand_core = { version = "0.5", optional = true }

evercrypt-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "evercrypt-sys"
3-
version = "0.0.6"
3+
version = "0.0.7"
44
authors = ["Franziskus Kiefer <[email protected]>"]
55
edition = "2018"
66
build = "build.rs"

0 commit comments

Comments
 (0)