From 2b25b22178764ca2e2bb8170479dd426ee5640e4 Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Fri, 24 Jul 2026 14:22:06 -0700 Subject: [PATCH] Release 0.3.1. Includes #20 (optimizations to localify), #19 (use FxHashMap/FxHashSet everywhere), and #18 (a treeifier soundness fix). --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f0bdc8e..eb71815 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "waffle" -version = "0.3.0" +version = "0.3.1" description = "Wasm Analysis Framework For Lightweight Experiments" authors = ["Chris Fallin "] license = "Apache-2.0 WITH LLVM-exception"