We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8788535 commit a2144b5Copy full SHA for a2144b5
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "indexed-db"
3
-version = "0.4.2"
+version = "0.5.0-alpha.1"
4
edition = "2021"
5
readme = "README.md"
6
documentation = "https://docs.rs/indexed-db"
@@ -46,4 +46,4 @@ futures = "0.3.30"
46
tracing = "0.1.40"
47
tracing-wasm = "0.2.1"
48
wasm-bindgen-test = "=0.3.50"
49
-web-sys = { version = "0.3.66", features = [ "Performance" ] }
+web-sys = { version = "0.3.66", features = ["Performance"] }
0 commit comments