Use try_from replacing cast in wasmtime-environ.
`try_from` is stable now, so cast is unnecessary.
This commit is contained in:
@@ -16,7 +16,6 @@ cranelift-codegen = "0.30.0"
|
||||
cranelift-entity = "0.30.0"
|
||||
cranelift-wasm = "0.30.0"
|
||||
lightbeam = { path = "../lightbeam", optional = true }
|
||||
cast = { version = "0.2.2", default-features = false }
|
||||
failure = { version = "0.1.3", default-features = false }
|
||||
failure_derive = { version = "0.1.3", default-features = false }
|
||||
indexmap = "1.0.2"
|
||||
|
||||
Reference in New Issue
Block a user