Merge pull request #2099 from tnull/2023-03-pin-ntapi-on-windows
[rust-lightning] / lightning-net-tokio / Cargo.toml
index 203fbc9b815c5f96a743eea259eaec656a1d45b0..6250628d24ae8786971ffba6b46e7d3b093a71ad 100644 (file)
@@ -20,5 +20,5 @@ lightning = { version = "0.0.114", path = "../lightning" }
 tokio = { version = "1.0", features = [ "io-util", "macros", "rt", "sync", "net", "time" ] }
 
 [dev-dependencies]
-tokio = { version = "~1.14", features = [ "io-util", "macros", "rt", "rt-multi-thread", "sync", "net", "time" ] }
+tokio = { version = "1.14", features = [ "io-util", "macros", "rt", "rt-multi-thread", "sync", "net", "time" ] }
 lightning = { version = "0.0.114", path = "../lightning", features = ["_test_utils"] }