From 7d8017cf44396f6ff49b5e72bc3b05ec4154d2df Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Thu, 16 Feb 2023 16:21:23 -0800 Subject: [PATCH] Bump version, and remove outdated gimli patch. --- Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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" }