Skip to content

Commit

Permalink
Bump to 0.31.3
Browse files Browse the repository at this point in the history
Signed-off-by: zzz <[email protected]>
  • Loading branch information
L-jasmine committed Jun 6, 2023
1 parent 89a8802 commit 1fc2a9b
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT/Apache-2.0"
name = "mysql_async_wasi"
readme = "README.md"
repository = "https://github.com/WasmEdge/mysql_async_wasi"
version = "0.31.2"
version = "0.31.3"
exclude = ["test/*"]
edition = "2018"
categories = ["asynchronous", "database"]
Expand Down Expand Up @@ -42,7 +42,15 @@ url = "2.1"
# mio = { version = "0.8.0", features = ["os-poll", "net"] }

[target.'cfg(target_os="wasi")'.dependencies]
tokio_wasi = {version = "1", features = [ "io-util", "fs", "net", "time", "rt", "macros", "sync"] }
tokio_wasi = { version = "1", features = [
"io-util",
"fs",
"net",
"time",
"rt",
"macros",
"sync",
] }
tokio-util_wasi = { version = "0.7.2", features = ["codec", "io"] }
wasmedge_wasi_socket = "0.5"

Expand Down Expand Up @@ -88,7 +96,14 @@ optional = true

[dev-dependencies]
tempfile = "3.1.0"
tokio_wasi = { version = "1", features = [ "io-util", "fs", "net", "time", "rt", "macros"] }
tokio_wasi = { version = "1", features = [
"io-util",
"fs",
"net",
"time",
"rt",
"macros",
] }
rand = "0.8.0"

[features]
Expand Down

0 comments on commit 1fc2a9b

Please sign in to comment.