We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82625c3 commit f17220dCopy full SHA for f17220d
Cargo.toml
@@ -14,7 +14,7 @@ log = "0.4"
14
wee_alloc = { version = "0.4", optional = true }
15
16
[features]
17
-wee_alloc = ["wee_alloc"]
+wee-alloc = ["wee_alloc"]
18
19
[dev-dependencies]
20
chrono = "0.4"
src/lib.rs
@@ -16,7 +16,7 @@ pub mod hostcalls;
pub mod traits;
pub mod types;
-#[cfg(feature = "wee_alloc")]
+#[cfg(feature = "wee-alloc")]
mod allocator;
21
mod dispatcher;
22
mod logger;
0 commit comments