Skip to content

Commit ded083c

Browse files
committed
Silence a cargo warning about default_features
The default_features directive in the Cargo.toml file has been replaced by default-features. This is shown as a warning currently but if we switch to Rust 2024 it will become an error, so let's just use the new variant.
1 parent 119f1d4 commit ded083c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ vergen = { version = "8.0.0", features = ["build", "git", "gitcl"] }
8282

8383
[dependencies.matrix-sdk-crypto]
8484
version = "0.10.0"
85-
default_features = false
85+
default-features = false
8686
features = ["js", "automatic-room-key-forwarding"]
8787

8888
[lints.rust]

0 commit comments

Comments
 (0)