Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ibigbug authored Dec 8, 2023
1 parent 04f7c58 commit 4fa0dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/shadowsocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ blake3 = "1.4"
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 4fa0dda

Please sign in to comment.