From 500b5f91db060d304a2754d548c9ccb254ec9c19 Mon Sep 17 00:00:00 2001 From: Erin Date: Tue, 31 Oct 2017 22:05:50 -0500 Subject: [PATCH] bump spin to v0.4.6 (instead of a git ref) --- Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 945ab4e..3ebe620 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,15 +9,12 @@ crate-type = ["staticlib"] [dependencies] rlibc = "1.0" volatile = "0.2" +spin = "0.4.6" x86_64 = "0.1.2" multiboot2 = "0.3.2" bitflags = "0.9" linked_list_allocator = "0.4.2" -[dependencies.spin] -git = "https://github.com/messense/spin-rs" -rev = "020f1b3" - [dependencies.log] version = "0.3" default-features = false