Skip to content

Commit 01337d3

Browse files
committed
fix(shadowsocks-service): removed any default features for shadowsocks-service (#1968)
1 parent 50fdbef commit 01337d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jemallocator = { version = "0.5", optional = true }
241241
snmalloc-rs = { version = "0.3", optional = true }
242242
rpmalloc = { version = "0.2", optional = true }
243243

244-
shadowsocks-service = { version = "1.23.4", path = "./crates/shadowsocks-service", default-features = false, features = ["aead-cipher"] }
244+
shadowsocks-service = { version = "1.23.4", path = "./crates/shadowsocks-service", default-features = false }
245245

246246
windows-service = { version = "0.8", optional = true }
247247

0 commit comments

Comments
 (0)