From e751174e9ee99cafebb478ba65696b8859fbae50 Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Tue, 21 Feb 2023 22:49:19 -0800 Subject: [PATCH] Version 0.0.5. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 14ffb73..5ca4f06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "waffle" -version = "0.0.4" +version = "0.0.5" description = "Wasm Analysis Framework For Lightweight Experiments" authors = ["Chris Fallin "] license = "Apache-2.0 WITH LLVM-exception"