Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 624c1f6

Browse files
authored
Merge pull request #85 from not-fl3/patch-1
Changed "default-features" to "features" in Cargo.toml
2 parents 51f2a59 + 3c58461 commit 624c1f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ features = [
3737
]
3838

3939
[features]
40-
default-features = ["console_error_panic_hook"]
40+
default = ["console_error_panic_hook"]

0 commit comments

Comments
 (0)