Skip to content

Commit

Permalink
Bump version to v0.4.2
Browse files Browse the repository at this point in the history
Signed-off-by: Tiemen Schuijbroek <[email protected]>
  • Loading branch information
TiemenSch authored and Alorel committed Jul 26, 2024
1 parent 594c14e commit 69ba9a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 21 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.

27 changes: 7 additions & 20 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "indexed_db_futures"
version = "0.4.1"
version = "0.4.2"
authors = ["Arturas Molcanovas <[email protected]>"]
edition = "2021"
rust-version = "1.64.0"
Expand All @@ -9,33 +9,20 @@ description = "Future bindings for IndexedDB via web_sys"
repository = "https://github.com/Alorel/rust-indexed-db"
keywords = ["wasm", "indexeddb", "future", "webassembly", "idb"]
categories = ["asynchronous", "database", "wasm", "web-programming"]
include = [
"src/",
"Cargo.toml",
"README.md"
]
include = ["src/", "Cargo.toml", "README.md"]

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

[features]
default = [
"cursors",
"indices"
]
default = ["cursors", "indices"]
cursors = [
"web-sys/IdbCursor",
"web-sys/IdbCursorWithValue",
"web-sys/IdbCursorDirection"
]
indices = [
"web-sys/IdbIndex",
"web-sys/IdbIndexParameters"
"web-sys/IdbCursorDirection",
]
indices = ["web-sys/IdbIndex", "web-sys/IdbIndexParameters"]
nightly = []

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -51,7 +38,7 @@ cfg-if = "1.0.0"
delegate-display = "2"
fancy_constructor = "1.2.2"
js-sys = "0.3.64"
uuid = {version = "1.8.0", features = ["v4", "js"]}
uuid = { version = "1.8.0", features = ["v4", "js"] }
wasm-bindgen = "0.2.87"
wasm-bindgen-futures = "0.4.37"

Expand Down

0 comments on commit 69ba9a0

Please sign in to comment.