Bump version, and remove outdated gimli patch.

This commit is contained in:
Chris Fallin 2023-02-16 16:21:23 -08:00
parent 0e2e5bf098
commit 7d8017cf44

View file

@ -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 <chris@cfallin.org>"]
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" }