From 631bc3a86fdf1406843eacee5ce6c5e1954b2516 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Wed, 19 Jul 2017 09:27:23 +0200 Subject: [PATCH] use newer versions of rlibc, spin and x86 --- librs/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/librs/Cargo.toml b/librs/Cargo.toml index 629bd2760..3b682c13f 100644 --- a/librs/Cargo.toml +++ b/librs/Cargo.toml @@ -9,6 +9,6 @@ authors = [ crate-type = ["staticlib"] [dependencies] -rlibc = "0.1.4" # Low-level functions like memcpy. -spin = "0.3.4" # Spinlocks. -x86 = "0.6.0" # CPU data structures. +rlibc = "1.0.0" # Low-level functions like memcpy. +spin = "0.4.5" # Spinlocks. +x86 = "0.8.1" # CPU data structures.