Skip to content

Commit af3efbe

Browse files
committed
Use Tokio from Git at rev
Signed-off-by: Richard Zak <[email protected]>
1 parent 829b8a8 commit af3efbe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ itoa = "1"
3434
tracing = { version = "0.1", default-features = false, features = ["std"] }
3535
pin-project-lite = "0.2.4"
3636
tower-service = "0.3"
37-
tokio = { version = "1.20.1", features = ["sync"] }
37+
# tokio = { version = "1.20.1", features = ["sync"] }
38+
tokio = { git = "https://www.github.com/tokio-rs/tokio", branch = "master", features = ["sync"] }
3839
want = "0.3"
3940

4041
# Optional
@@ -52,7 +53,8 @@ pretty_env_logger = "0.4"
5253
spmc = "0.3"
5354
serde = { version = "1.0", features = ["derive"] }
5455
serde_json = "1.0"
55-
tokio = { version = "1.20.1", features = [
56+
# tokio = { version = "1.20.1", features = [
57+
tokio = { git = "https://www.github.com/tokio-rs/tokio", branch = "master", features = [
5658
"fs",
5759
"macros",
5860
"io-std",

0 commit comments

Comments
 (0)