rustup: sweeping fixes for all the changes in 1.0-alpha
- Some switches to u64 instead of usize - For now, allow(unstable) - use associated types for all the Network stuff
This commit is contained in:
17
Cargo.toml
17
Cargo.toml
@@ -11,16 +11,13 @@ authors = ["Sean McArthur <sean.monstar@gmail.com>",
|
||||
"Jonathan Reem <jonathan.reem@gmail.com>"]
|
||||
|
||||
[dependencies]
|
||||
url = "*"
|
||||
openssl = "*"
|
||||
mime = "*"
|
||||
unsafe-any = "*"
|
||||
cookie = "*"
|
||||
time = "*"
|
||||
mucell = "*"
|
||||
log = "*"
|
||||
mime = "*"
|
||||
mucell = "*"
|
||||
openssl = "*"
|
||||
rustc-serialize = "*"
|
||||
|
||||
[dev-dependencies]
|
||||
curl = "*"
|
||||
|
||||
time = "*"
|
||||
unicase = "*"
|
||||
unsafe-any = "*"
|
||||
url = "*"
|
||||
|
||||
Reference in New Issue
Block a user