We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aebd4c commit 0df0ca7Copy full SHA for 0df0ca7
sqlite-wasm-rs/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "sqlite-wasm-rs"
3
-version = "0.4.3"
+version = "0.4.4"
4
edition = "2021"
5
authors = ["Spxg <unsafe@outlook.es>"]
6
readme = "README.md"
@@ -47,7 +47,7 @@ sqlite3mc = ["bundled"]
47
relaxed-idb = ["indexed_db_futures"]
48
49
[dev-dependencies]
50
-wasm-bindgen-test = "0.3.50"
+wasm-bindgen-test = "0.3.54"
51
web-time = "1.1.0"
52
53
[build-dependencies]
0 commit comments