Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com>
  • Loading branch information
yuval-k committed Nov 3, 2020
1 parent 61a5295 commit a9dd4b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ log = "0.4"
wee_alloc = { version = "0.4", optional = true }

[features]
wee_alloc = ["wee_alloc"]
wee-alloc = ["wee_alloc"]

[dev-dependencies]
chrono = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub mod hostcalls;
pub mod traits;
pub mod types;

#[cfg(feature = "wee_alloc")]
#[cfg(feature = "wee-alloc")]
mod allocator;
mod dispatcher;
mod logger;
Expand Down

0 comments on commit a9dd4b0

Please sign in to comment.