Skip to content

Commit a2144b5

Browse files
committed
release v0.5.0-alpha.1
1 parent 8788535 commit a2144b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "indexed-db"
3-
version = "0.4.2"
3+
version = "0.5.0-alpha.1"
44
edition = "2021"
55
readme = "README.md"
66
documentation = "https://docs.rs/indexed-db"
@@ -46,4 +46,4 @@ futures = "0.3.30"
4646
tracing = "0.1.40"
4747
tracing-wasm = "0.2.1"
4848
wasm-bindgen-test = "=0.3.50"
49-
web-sys = { version = "0.3.66", features = [ "Performance" ] }
49+
web-sys = { version = "0.3.66", features = ["Performance"] }

0 commit comments

Comments
 (0)