Skip to content

Commit

Permalink
libc extra_traits have to be enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed May 8, 2022
1 parent d4f2230 commit fbb2090
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions 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.2"
version = "1.15.0-alpha.3"
authors = ["Shadowsocks Contributors"]
description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls."
repository = "https://github.com/shadowsocks/shadowsocks-rust"
Expand Down Expand Up @@ -158,7 +158,7 @@ build-time = "0.1"
directories = "4.0"
xdg = "2.4"
rpassword = "6.0"
libc = "0.2"
libc = { version = "0.2", features = ["extra_traits"] }

futures = "0.3"
tokio = { version = "1", features = ["rt", "signal"] }
Expand Down

0 comments on commit fbb2090

Please sign in to comment.