From f5c6c3d4c86afec4d5805c90740ba1ff282d634f Mon Sep 17 00:00:00 2001 From: "A.J. Gardner" Date: Fri, 12 Jan 2018 23:04:16 -0600 Subject: [PATCH] Bump dependencies --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d6fddf0..fc1dbe1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,15 +5,15 @@ authors = ["Adam Perry "] [lib] name = "rusl" -crate-type = ["staticlib", "dylib"] +crate-type = ["staticlib", "cdylib"] [dependencies] -lazy_static = { version = "0.2.2", features = ["spin_no_std"] } +lazy_static = { version = "1.0.0", features = ["spin_no_std"] } rlibc = "1.0.0" -spin = "0.4.5" -sc = "0.1.5" +spin = "0.4.6" +sc = "0.2.2" va_list = { version = "0.1.0", features = ["no_std"] } -compiler_builtins = { git = "https://github.com/rust-lang-nursery/compiler-builtins", rev = "0507842b248b29d18855042544cf209371ea17c1" } +compiler_builtins = { git = "https://github.com/rust-lang-nursery/compiler-builtins", rev = "0ba07e49264a54cb5bbd4856fcea083bb3fbec15" } [profile.dev] panic = "abort"