Skip to content

Commit

Permalink
fix mysql_async version
Browse files Browse the repository at this point in the history
  • Loading branch information
L-jasmine authored Aug 22, 2024
1 parent c6c0ced commit d60bac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
url = "2.3"

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

0 comments on commit d60bac6

Please sign in to comment.