Replace wildcards in dependencies with a lower bound

This commit is contained in:
Philipp Oppermann
2015-11-13 18:05:03 +01:00
parent b9a35036e3
commit 6d05d4513c
3 changed files with 5 additions and 5 deletions

View File

@@ -7,5 +7,5 @@ authors = ["Philipp Oppermann <dev@phil-opp.com>"]
crate-type = ["staticlib"]
[dependencies]
rlibc = "*"
spin = "*"
rlibc = "0.1.4"
spin = "0.3.4"