From ee8da5921bff9ff1aa0a6e8223dfc935403bb35f Mon Sep 17 00:00:00 2001 From: Devashish Dixit Date: Mon, 17 Jan 2022 12:09:30 +0530 Subject: [PATCH] Upgraded deps and bumped up crate version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index eb55441..e763eb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rexie" -version = "0.1.0" +version = "0.2.0" authors = ["Devashish Dixit "] license = "MIT/Apache-2.0" description = "Rexie is an easy-to-use, futures based wrapper around IndexedDB that compiles to webassembly" @@ -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"