From 9d1ef7f396946ba15ce3bb6d8212d7fcb8fef2f1 Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Thu, 13 Apr 2023 17:38:45 -0700 Subject: [PATCH] Version 0.0.15. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1fdfa13..1170148 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "waffle" -version = "0.0.14" +version = "0.0.15" description = "Wasm Analysis Framework For Lightweight Experiments" authors = ["Chris Fallin "] license = "Apache-2.0 WITH LLVM-exception"