diff --git a/Cargo.toml b/Cargo.toml index 559ba66..14ffb73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "waffle" -version = "0.0.3" +version = "0.0.4" description = "Wasm Analysis Framework For Lightweight Experiments" authors = ["Chris Fallin "] license = "Apache-2.0 WITH LLVM-exception" @@ -19,6 +19,3 @@ rayon = "1.5" lazy_static = "1.4" libc = "0.2" addr2line = "0.19" - -[patch.crates-io] -gimli = { git = "https://github.com/philipc/gimli", branch = "line-tombstone" }