Skip to content

Commit

Permalink
Bump version to v0.4.0
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
github-actions[bot] committed Oct 29, 2023
1 parent 86d7c45 commit 321fadc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "indexed_db_futures"
version = "0.3.0"
version = "0.4.0"
authors = ["Arturas Molcanovas <[email protected]>"]
edition = "2021"
rust-version = "1.60.0"
Expand All @@ -15,6 +15,13 @@ include = [
"README.md"
]

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"doc_cfg",
]

[features]
default = [
"cursors",
Expand Down Expand Up @@ -69,10 +76,3 @@ features = [
"Window",
"WorkerGlobalScope",
]

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"doc_cfg",
]

0 comments on commit 321fadc

Please sign in to comment.