Skip to content

Commit 321fadc

Browse files
Bump version to v0.4.0
[ci skip]
1 parent 86d7c45 commit 321fadc

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "indexed_db_futures"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Arturas Molcanovas <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.60.0"
@@ -15,6 +15,13 @@ include = [
1515
"README.md"
1616
]
1717

18+
[package.metadata.docs.rs]
19+
all-features = true
20+
rustdoc-args = [
21+
"--cfg",
22+
"doc_cfg",
23+
]
24+
1825
[features]
1926
default = [
2027
"cursors",
@@ -69,10 +76,3 @@ features = [
6976
"Window",
7077
"WorkerGlobalScope",
7178
]
72-
73-
[package.metadata.docs.rs]
74-
all-features = true
75-
rustdoc-args = [
76-
"--cfg",
77-
"doc_cfg",
78-
]

0 commit comments

Comments
 (0)