From 592686fe9f2520d117e33ac407098149bb4a7c7d Mon Sep 17 00:00:00 2001 From: "Felix S. Klock II" Date: Wed, 27 Sep 2023 22:49:57 -0400 Subject: [PATCH] bump the version. Both ARM and C-based support is totally new. ARM support is definitely important and the C-based support might be important for double checking correctness of the machine code. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 48dc246..0de5c5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cee-scape" -version = "0.1.6" +version = "0.2.0" edition = "2021" resolver = "2" license = "MIT OR Apache-2.0"