diff --git a/wee_alloc/Cargo.toml b/wee_alloc/Cargo.toml index 4a0d777..56dac19 100644 --- a/wee_alloc/Cargo.toml +++ b/wee_alloc/Cargo.toml @@ -34,7 +34,7 @@ use_std_for_test_debugging = [] [dependencies] memory_units = "0.4.0" -cfg-if = "0.1.2" +cfg-if = "1.0.0" [dependencies.spin] version = "0.5"