Skip to content

Commit

Permalink
Fix upstream breakage of mysql dep
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Yuan <michael@secondstate.io>
  • Loading branch information
juntao committed Apr 9, 2024
1 parent 60c92f2 commit 621199d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions greptimedb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ edition = "2021"

[dependencies]
mysql_async_wasi = { version = "0.33", features = [ "default-rustls" ] }
zstd-sys = "=2.0.9"
time = "0.3"
tokio_wasi = { version = "1", features = [ "io-util", "fs", "net", "time", "rt", "macros"] }
1 change: 1 addition & 0 deletions mysql_async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ edition = "2021"

[dependencies]
mysql_async_wasi = { version = "0.33", features = [ "default-rustls" ] }
zstd-sys = "=2.0.9"
tokio_wasi = { version = "1", features = [ "io-util", "fs", "net", "time", "rt", "macros"] }

0 comments on commit 621199d

Please sign in to comment.