Skip to content

Commit d60bac6

Browse files
authored
fix mysql_async version
1 parent c6c0ced commit d60bac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ serde_json = "1.0"
1414
serde = { version = "1.0", features = ["derive"] }
1515
url = "2.3"
1616

17-
mysql_async = { version = "0.34", default-features=false, features = [ "default-rustls" ], git="https://github.com/blackbeam/mysql_async.git" }
17+
mysql_async = { version = "0.34", default-features=false, features = [ "default-rustls" ], git="https://github.com/blackbeam/mysql_async.git", rev="08b7b70" }
1818
zstd-sys = "=2.0.9"
1919
hyper = { version = "0.14", features = ["full"] }
2020
tokio = { version = "1", features = ["io-util", "fs", "net", "time", "rt", "macros"] }

0 commit comments

Comments
 (0)