Skip to content

Commit 6243472

Browse files
committed
build(dep): loosen tokio requirements
Since this is a library, let the consumer dictate the version of tokio which works for them. The library should operate against the v1 tokio interface.
1 parent c61fd48 commit 6243472

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ bitcoin = { version = "0.32.5", default-features = false, features = [
2020
bip324 = { version = "0.7.0", default-features = false, features = [
2121
"tokio",
2222
] }
23-
tokio = { version = "1.37", default-features = false, features = [
23+
tokio = { version = "1", default-features = false, features = [
2424
"rt-multi-thread",
2525
"sync",
2626
"time",

0 commit comments

Comments
 (0)