diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index e640c30..01e66ed 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -20,4 +20,4 @@ targets = [ ] [dependencies] -metal = "0.29" +metal = { version = "0.29", default-features = false }