Drop the unnecessary dependency on typeable.

See also https://github.com/reem/rust-typeable/issues/3.
This commit is contained in:
Chris Morgan
2014-11-22 17:20:44 +11:00
parent 368e46d3d9
commit 8e2255430c
4 changed files with 5 additions and 10 deletions

View File

@@ -16,9 +16,6 @@ git = "https://github.com/hyperium/mime.rs"
[dependencies.unsafe-any]
git = "https://github.com/reem/rust-unsafe-any"
[dependencies.typeable]
git = "https://github.com/reem/rust-typeable"
[dev-dependencies.curl]
git = "https://github.com/carllerche/curl-rust"