Skip to content

Commit

Permalink
deps: set explicit tokio version
Browse files Browse the repository at this point in the history
  • Loading branch information
rustaceanrob committed Sep 6, 2024
1 parent fa3a6f0 commit 4467b93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ trace = ["tracing", "tracing-subscriber"]
wallet = ["bdk_wallet"]

[dev-dependencies]
tokio = { version = "1", features = ["full"], default-features = false }
tokio = { version = "1.37", features = ["full"], default-features = false }
anyhow = "1.0"
bdk_testenv = "0.8.0"
tempfile = "3.12.0"
Expand All @@ -32,4 +32,3 @@ name = "signet"

[[example]]
name = "wallet"

0 comments on commit 4467b93

Please sign in to comment.