Skip to content

Commit

Permalink
update shadowsocks-crypto to latest (#1379)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibigbug authored Dec 9, 2023
1 parent a0c6ff8 commit ad4a96f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/shadowsocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ aes = { version = "0.8", optional = true }
blake3 = "1.4"

[target.'cfg(any(target_arch = "x86_64", target_arch = "aarch64"))'.dependencies]
shadowsocks-crypto = { version = "0.5.2", features = ["ring"] }
shadowsocks-crypto = { version = "0.5.4", features = ["ring"] }

[target.'cfg(not(any(target_arch = "x86_64", target_arch = "aarch64")))'.dependencies]
shadowsocks-crypto = { version = "0.5.1", features = [] }
shadowsocks-crypto = { version = "0.5.4", features = [] }

[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.52", features = [
Expand Down

0 comments on commit ad4a96f

Please sign in to comment.