Update compiler_builtins
... | ... | @@ -23,7 +23,7 @@ rand = { version = "0.5.5", default-features = false } |
va_list = { path = "va_list", features = ["no_std"] } | ||
[dependencies.compiler_builtins] | ||
git = "https://github.com/rust-lang-nursery/compiler-builtins.git" | ||
version = "0.1.2" | ||
default-features = false | ||
features = ["no-lang-items", "mangled-names"] | ||
... | ... |
Please register or sign in to comment