Skip to content

Commit

Permalink
Move "sync" tokio feature to dev-dependencies (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
goffrie authored Apr 10, 2020
1 parent ac9f2af commit cfc7584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ futures-core = { version = "0.3", default-features = false }
futures-sink = { version = "0.3", default-features = false }
futures-util = { version = "0.3", default-features = false }
tokio-util = { version = "0.3.1", features = ["codec"] }
tokio = { version = "0.2", features = ["io-util", "sync"] }
tokio = { version = "0.2", features = ["io-util"] }
bytes = "0.5.2"
http = "0.2"
log = "0.4.1"
Expand All @@ -65,7 +65,7 @@ serde = "1.0.0"
serde_json = "1.0.0"

# Examples
tokio = { version = "0.2", features = ["dns", "macros", "rt-core", "tcp"] }
tokio = { version = "0.2", features = ["dns", "macros", "rt-core", "sync", "tcp"] }
env_logger = { version = "0.5.3", default-features = false }
rustls = "0.16"
tokio-rustls = "0.12.0"
Expand Down

0 comments on commit cfc7584

Please sign in to comment.