We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75dc3ba commit 32cf243Copy full SHA for 32cf243
Cargo.toml
@@ -22,4 +22,4 @@ path = "src/lib.rs"
22
reqwest = { version = "0.11.18", features = ["json"] }
23
serde = { version = "1.0.164", features = ["derive"] }
24
serde_json = "1.0.99"
25
-tokio = { version = "1.29.1", features = ["time", "full"] }
+tokio = { version = "1.29.1", features = ["time"] }
0 commit comments