Skip to content

Commit

Permalink
Use Tokio from Git at rev
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Zak <[email protected]>
  • Loading branch information
rjzak committed Aug 9, 2022
1 parent 829b8a8 commit 067d1cd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ itoa = "1"
tracing = { version = "0.1", default-features = false, features = ["std"] }
pin-project-lite = "0.2.4"
tower-service = "0.3"
tokio = { version = "1.20.1", features = ["sync"] }
# tokio = { version = "1.20.1", features = ["sync"] }
tokio = { git = "https://www.github.com/tokio-rs/tokio", rev = "b2ada60", features = ["sync"] }
want = "0.3"

# Optional
Expand All @@ -52,7 +53,8 @@ pretty_env_logger = "0.4"
spmc = "0.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.20.1", features = [
# tokio = { version = "1.20.1", features = [
tokio = { git = "https://www.github.com/tokio-rs/tokio", rev = "b2ada60", features = [
"fs",
"macros",
"io-std",
Expand Down

0 comments on commit 067d1cd

Please sign in to comment.