Skip to content

Commit 0bd99d7

Browse files
authored
Merge pull request #225 from raimannma/fix/deprecation_warning
Fix deprecated default_features
2 parents 6e8ad31 + fad7812 commit 0bd99d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/wasm/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ publish = false
77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies.cached]
10-
path ="../.."
11-
default_features = false
10+
path = "../.."
11+
default-features = false
1212
features = ["proc_macro", "wasm", "async"]
1313

1414
[dependencies.chrono]

0 commit comments

Comments
 (0)