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

Commit 9b3497b

Browse files
fix version update
1 parent db78c97 commit 9b3497b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evercrypt-rs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ random = ["rand", "rand_core"]
2222
serialization = ["serde", "serde_json"]
2323

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

0 commit comments

Comments
 (0)