We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 172b8f4 commit 1ece1cfCopy full SHA for 1ece1cf
Cargo.toml
@@ -42,4 +42,3 @@ parking_lot = { version = "0.12.1", optional = true }
42
# The synchronization primitive is implemented using the `tokio`+`parking_lot` library.
43
tokio = { version = "1.21.2", optional = true, default-features = false, features = ["parking_lot", "sync"]}
44
async-trait = { version = "0.1.58", optional = true }
45
-
0 commit comments