Skip to content

Commit

Permalink
Upgraded deps and bumped up crate version
Browse files Browse the repository at this point in the history
  • Loading branch information
devashishdxt committed Jan 17, 2022
1 parent a95438e commit ee8da59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rexie"
version = "0.1.0"
version = "0.2.0"
authors = ["Devashish Dixit <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Rexie is an easy-to-use, futures based wrapper around IndexedDB that compiles to webassembly"
Expand Down Expand Up @@ -52,7 +52,7 @@ wee_alloc = { version = "0.4.5", optional = true }

[dev-dependencies]
serde = { version = "1.0.133", features = ["derive"] }
serde_json = "1.0.74"
serde_json = "1.0.75"
serde-wasm-bindgen = "0.4.1"
wasm-bindgen-test = "0.3.28"

Expand Down

0 comments on commit ee8da59

Please sign in to comment.