Skip to content

Commit

Permalink
fixed missing dependency of ctr in v1-aead-extra
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Dec 3, 2023
1 parent 665fe7c commit 74a3808
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shadowsocks-crypto"
version = "0.5.3"
version = "0.5.4"
authors = ["luozijun <[email protected]>", "ty <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -25,6 +25,7 @@ v1-aead-extra = [
"ghash",
"aead",
"subtle",
"ctr",
]
v2 = ["aes", "aes-gcm", "blake3", "chacha20poly1305", "bytes"]
v2-extra = ["v2", "chacha20poly1305/reduced-round"]
Expand Down

0 comments on commit 74a3808

Please sign in to comment.