Skip to content

Commit

Permalink
nix 0.24.0 build failed on mips*-unknown-linux-musl targets
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed May 8, 2022
1 parent 9d50c2d commit d4f2230
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
9 changes: 4 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shadowsocks-rust"
version = "1.15.0-alpha.1"
version = "1.15.0-alpha.2"
authors = ["Shadowsocks Contributors"]
description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls."
repository = "https://github.com/shadowsocks/shadowsocks-rust"
Expand Down
6 changes: 1 addition & 5 deletions crates/shadowsocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ async-trait = "0.1"

socket2 = { version = "0.4", features = ["all"] }
tokio = { version = "1.9.0", features = ["io-util", "macros", "net", "parking_lot", "process", "rt", "sync", "time"] }
tokio-tfo = "0.1.8"
tokio-tfo = "0.2.0"

trust-dns-resolver = { version = "0.21", optional = true }
arc-swap = { version = "1.3", optional = true }
Expand All @@ -92,9 +92,5 @@ windows-sys = { version = "0.36", features = ["Win32_Foundation", "Win32_Network
[target.'cfg(unix)'.dependencies]
sendfd = { version = "0.4", features = ["tokio"] }

# Just for the ioctl call macro
[target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies]
nix = "0.24"

[dev-dependencies]
env_logger = "0.9"

0 comments on commit d4f2230

Please sign in to comment.