Skip to content

Commit 1c0af7d

Browse files
committed
Cargo.toml: fix deprecated default_features
`default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition. Signed-off-by: Adrian Ratiu <[email protected]>
1 parent 2cd2bfd commit 1c0af7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ features = ['Document', 'DomRect', 'Element', 'HtmlElement', 'Node', 'Window', '
2727
wasm-bindgen-test = "^0.3.17"
2828

2929
[dev-dependencies.plotters]
30-
default_features = false
30+
default-features = false
3131
version = "0.3"

0 commit comments

Comments
 (0)