From e84a5368ef511e75738ee0b23bfb697c492d272a Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Fri, 24 Mar 2023 15:57:53 -0700 Subject: [PATCH] Version 0.0.13. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9be4eb1..c519c13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "waffle" -version = "0.0.12" +version = "0.0.13" description = "Wasm Analysis Framework For Lightweight Experiments" authors = ["Chris Fallin "] license = "Apache-2.0 WITH LLVM-exception"