Use try_from instead of the cast crate.

Now that `try_from` is in stable Rust, we can use it here.
This commit is contained in:
Dan Gohman
2019-05-31 09:51:11 -07:00
committed by Benjamin Bouvier
parent fbaffa2c04
commit da1baf7481
3 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,6 @@ hashmap_core = { version = "0.1.9", optional = true }
failure = { version = "0.1.1", default-features = false, features = ["derive"] }
failure_derive = { version = "0.1.1", default-features = false }
log = { version = "0.4.6", default-features = false }
cast = { version = "0.2.2", default-features = false }
[dev-dependencies]
wabt = "0.7.0"