Specify crates.io versions

This commit is contained in:
Jeremy Soller
2017-01-13 15:10:16 -07:00
parent 778852f92d
commit 4bb229959e
7 changed files with 14 additions and 14 deletions
+3 -3
View File
@@ -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"
+2 -2
View File
@@ -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"
+1 -1
View File
@@ -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"
+2 -2
View File
@@ -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"
+2 -2
View File
@@ -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"
+1 -1
View File
@@ -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 = []
+3 -3
View File
@@ -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"