Skip to content

Commit f17220d

Browse files
committed
fix name
1 parent 82625c3 commit f17220d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ log = "0.4"
1414
wee_alloc = { version = "0.4", optional = true }
1515

1616
[features]
17-
wee_alloc = ["wee_alloc"]
17+
wee-alloc = ["wee_alloc"]
1818

1919
[dev-dependencies]
2020
chrono = "0.4"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pub mod hostcalls;
1616
pub mod traits;
1717
pub mod types;
1818

19-
#[cfg(feature = "wee_alloc")]
19+
#[cfg(feature = "wee-alloc")]
2020
mod allocator;
2121
mod dispatcher;
2222
mod logger;

0 commit comments

Comments
 (0)