Bump version, and remove outdated gimli patch.
This commit is contained in:
parent
0e2e5bf098
commit
7d8017cf44
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "waffle"
|
name = "waffle"
|
||||||
version = "0.0.3"
|
version = "0.0.4"
|
||||||
description = "Wasm Analysis Framework For Lightweight Experiments"
|
description = "Wasm Analysis Framework For Lightweight Experiments"
|
||||||
authors = ["Chris Fallin <chris@cfallin.org>"]
|
authors = ["Chris Fallin <chris@cfallin.org>"]
|
||||||
license = "Apache-2.0 WITH LLVM-exception"
|
license = "Apache-2.0 WITH LLVM-exception"
|
||||||
|
@ -19,6 +19,3 @@ rayon = "1.5"
|
||||||
lazy_static = "1.4"
|
lazy_static = "1.4"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
addr2line = "0.19"
|
addr2line = "0.19"
|
||||||
|
|
||||||
[patch.crates-io]
|
|
||||||
gimli = { git = "https://github.com/philipc/gimli", branch = "line-tombstone" }
|
|
||||||
|
|
Loading…
Reference in a new issue