From fbb0a34a25f3e847ea0d98b112c59fc359b5be2c Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Mon, 1 Apr 2024 14:59:39 -0700 Subject: [PATCH] Version bump to 0.0.26. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 74bf443..58c5a0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "waffle" -version = "0.0.25" +version = "0.0.26" description = "Wasm Analysis Framework For Lightweight Experiments" authors = ["Chris Fallin "] license = "Apache-2.0 WITH LLVM-exception"