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 a6d45ea commit 63502e8Copy full SHA for 63502e8
Cargo.toml
@@ -15,6 +15,6 @@ serde = { version = "1.0", features = ["derive"] }
15
url = "2.3"
16
17
mysql_async = { version = "0.34", default-features=false, features = [ "default-rustls" ], git="https://github.com/blackbeam/mysql_async.git", rev="08b7b70" }
18
-zstd-sys = "=2.0.9"
+# zstd-sys = "=2.0.9"
19
hyper = { version = "0.14", features = ["full"] }
20
tokio = { version = "1", features = ["io-util", "fs", "net", "time", "rt", "macros"] }
0 commit comments