Skip to content

Commit

Permalink
Merge pull request #28 from second-state/fix_mysql_async_version
Browse files Browse the repository at this point in the history
Fix mysql_async version
  • Loading branch information
juntao authored Aug 12, 2024
2 parents 1a4e652 + 30c7656 commit d63c044
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion greptimedb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tokio = { git = "https://github.com/second-state/wasi_tokio.git", branch = "v1.3
socket2 = { git = "https://github.com/second-state/socket2.git", branch = "v0.5.x" }

[dependencies]
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"
time = "0.3"
tokio = { version = "1", features = [ "io-util", "fs", "net", "time", "rt", "macros"] }
2 changes: 1 addition & 1 deletion mysql_async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ tokio = { git = "https://github.com/second-state/wasi_tokio.git", branch = "v1.3
socket2 = { git = "https://github.com/second-state/socket2.git", branch = "v0.5.x" }

[dependencies]
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"
tokio = { version = "1", features = [ "io-util", "fs", "net", "time", "rt", "macros"] }

0 comments on commit d63c044

Please sign in to comment.