Skip to content

Commit

Permalink
upgrade ring-compat 0.4.1, release 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Mar 13, 2022
1 parent 0de720c commit c1b75ed
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 = "shadowsocks-crypto"
version = "0.3.5"
version = "0.3.6"
authors = ["luozijun <[email protected]>", "ty <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down Expand Up @@ -30,7 +30,7 @@ aes-gcm = { version = "0.9", optional = true }
aes-gcm-siv = { version = "0.10.3", optional = true }
ccm = { version = "0.4.4", optional = true }
chacha20poly1305 = { version = "0.9", optional = true }
ring-compat = { version = "0.4", optional = true, git = "https://github.com/RustCrypto/ring-compat.git" }
ring-compat = { version = "0.4.1", optional = true }
md-5 = { version = "0.10" }
hkdf = { version = "0.12", optional = true }
sha1 = { version = "0.10", optional = true }
Expand Down

0 comments on commit c1b75ed

Please sign in to comment.