Skip to content

Commit

Permalink
Upgrade deps and bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devashishdxt committed Feb 19, 2022
1 parent d8ae091 commit c130002
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.2.1"
version = "0.3.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 All @@ -24,7 +24,7 @@ console_error_panic_hook = { version = "0.1.7", optional = true }
js-sys = "0.3.56"
num-traits = { version = "0.2.14", default-features = false }
thiserror = "1.0.30"
tokio = { version = "1.16.1", default-features = false, features = ["sync"] }
tokio = { version = "1.17.0", default-features = false, features = ["sync"] }
wasm-bindgen = "0.2.79"
web-sys = { version = "0.3.56", features = [
"console",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To use Rexie, you need to add the following to your `Cargo.toml`:

```toml
[dependencies]
rexie = "0.2"
rexie = "0.3"
```

### Example
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//!
//! ```toml
//! [dependencies]
//! rexie = "0.2"
//! rexie = "0.3"
//! ```
//!
//! ## Example
Expand Down

0 comments on commit c130002

Please sign in to comment.