From 4bb229959e7c662a0686c7986f5ad28c8fb4de12 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 13 Jan 2017 15:10:16 -0700 Subject: [PATCH] Specify crates.io versions --- ahcid/Cargo.toml | 6 +++--- e1000d/Cargo.toml | 4 ++-- pcid/Cargo.toml | 2 +- ps2d/Cargo.toml | 4 ++-- rtl8168d/Cargo.toml | 4 ++-- vesad/Cargo.toml | 2 +- xhcid/Cargo.toml | 6 +++--- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/ahcid/Cargo.toml b/ahcid/Cargo.toml index ddd3fe1084..b881ce614b 100644 --- a/ahcid/Cargo.toml +++ b/ahcid/Cargo.toml @@ -3,6 +3,6 @@ name = "ahcid" version = "0.1.0" [dependencies] -bitflags = "*" -spin = "*" -redox_syscall = { git = "https://github.com/redox-os/syscall.git" } +bitflags = "0.7" +spin = "0.4" +redox_syscall = "0.1" diff --git a/e1000d/Cargo.toml b/e1000d/Cargo.toml index 088fda764e..45f71f1576 100644 --- a/e1000d/Cargo.toml +++ b/e1000d/Cargo.toml @@ -3,7 +3,7 @@ name = "e1000d" version = "0.1.0" [dependencies] -bitflags = "*" +bitflags = "0.7" netutils = { git = "https://github.com/redox-os/netutils.git" } redox_event = { git = "https://github.com/redox-os/event.git" } -redox_syscall = { git = "https://github.com/redox-os/syscall.git" } +redox_syscall = "0.1" diff --git a/pcid/Cargo.toml b/pcid/Cargo.toml index 9e1965ceff..9c0cf530c2 100644 --- a/pcid/Cargo.toml +++ b/pcid/Cargo.toml @@ -3,6 +3,6 @@ name = "pcid" version = "0.1.0" [dependencies] -redox_syscall = { git = "https://github.com/redox-os/syscall.git" } +redox_syscall = "0.1" rustc-serialize = "0.3" toml = "0.2" diff --git a/ps2d/Cargo.toml b/ps2d/Cargo.toml index 3ccf4860be..8c534763b3 100644 --- a/ps2d/Cargo.toml +++ b/ps2d/Cargo.toml @@ -3,7 +3,7 @@ name = "ps2d" version = "0.1.0" [dependencies] -bitflags = "*" +bitflags = "0.7" orbclient = "0.2" redox_event = { git = "https://github.com/redox-os/event.git" } -redox_syscall = { git = "https://github.com/redox-os/syscall.git" } +redox_syscall = "0.1" diff --git a/rtl8168d/Cargo.toml b/rtl8168d/Cargo.toml index 30846b0ba2..13bb96f689 100644 --- a/rtl8168d/Cargo.toml +++ b/rtl8168d/Cargo.toml @@ -3,7 +3,7 @@ name = "rtl8168d" version = "0.1.0" [dependencies] -bitflags = "*" +bitflags = "0.7" netutils = { git = "https://github.com/redox-os/netutils.git" } redox_event = { git = "https://github.com/redox-os/event.git" } -redox_syscall = { git = "https://github.com/redox-os/syscall.git" } +redox_syscall = "0.1" diff --git a/vesad/Cargo.toml b/vesad/Cargo.toml index 88acd5b284..c4a9cb7144 100644 --- a/vesad/Cargo.toml +++ b/vesad/Cargo.toml @@ -6,7 +6,7 @@ version = "0.1.0" orbclient = "0.2" ransid = "0.2" rusttype = { version = "0.2", optional = true } -redox_syscall = { git = "https://github.com/redox-os/syscall.git" } +redox_syscall = "0.1" [features] default = [] diff --git a/xhcid/Cargo.toml b/xhcid/Cargo.toml index f411d57c42..a5f5e61a27 100644 --- a/xhcid/Cargo.toml +++ b/xhcid/Cargo.toml @@ -3,6 +3,6 @@ name = "xhcid" version = "0.1.0" [dependencies] -bitflags = "*" -spin = "*" -redox_syscall = { git = "https://github.com/redox-os/syscall.git" } +bitflags = "0.7" +spin = "0.4" +redox_syscall = "0.1"