Skip to content

Commit

Permalink
Merge pull request #225 from raimannma/fix/deprecation_warning
Browse files Browse the repository at this point in the history
Fix deprecated default_features
  • Loading branch information
jaemk authored Nov 6, 2024
2 parents 6e8ad31 + fad7812 commit 0bd99d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies.cached]
path ="../.."
default_features = false
path = "../.."
default-features = false
features = ["proc_macro", "wasm", "async"]

[dependencies.chrono]
Expand Down

0 comments on commit 0bd99d7

Please sign in to comment.