From ade6234f12c0ac22ab45c2ec7e6833ace8f1a342 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 26 Sep 2017 19:56:14 -0600 Subject: [PATCH] Update spin --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e9572a300..59378a0eb6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5,7 +5,7 @@ dependencies = [ "fuse 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", "redox_syscall 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)", - "spin 0.4.5 (git+https://github.com/messense/spin-rs?rev=020f1b3f)", + "spin 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -52,8 +52,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "spin" -version = "0.4.5" -source = "git+https://github.com/messense/spin-rs?rev=020f1b3f#020f1b3f160a1facf54355278af14cbf6a1613fd" +version = "0.4.6" +source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "thread-scoped" @@ -88,7 +88,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "880f77541efa6e5cc74e76910c9884d9859683118839d6a1dc3b11e63512565b" "checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903" "checksum redox_syscall 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" = "8dde11f18c108289bef24469638a04dce49da56084f2d50618b226e47eb04509" -"checksum spin 0.4.5 (git+https://github.com/messense/spin-rs?rev=020f1b3f)" = "" +"checksum spin 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7e4deb3c2455c73779e6d3eebceae9599fc70957e54c69fe88f93aa48e62f432" "checksum thread-scoped 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bcbb6aa301e5d3b0b5ef639c9a9c7e2f1c944f177b460c04dc24c69b1fa2bd99" "checksum time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" = "d5d788d3aa77bc0ef3e9621256885555368b47bd495c13dd2e7413c89f845520" "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" diff --git a/Cargo.toml b/Cargo.toml index 4811acd5fa..22762fbb28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ path = "src/bin/mkfs.rs" doc = false [dependencies] -spin = { git = "https://github.com/messense/spin-rs", rev = "020f1b3f" } +spin = "0.4" redox_syscall = "0.1" [target.'cfg(unix)'.dependencies]