From 54a973044a9e1f2f13eaa0bdf6fbb81896602137 Mon Sep 17 00:00:00 2001 From: Chase Kernan Date: Fri, 14 Jul 2023 16:21:49 -0700 Subject: [PATCH] bump release to 0.1.5 change log: * Fix `c_char` and string types for aarch64 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aa073bd1..e2c2feb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [workspace] [workspace.package] -version = "0.1.4" +version = "0.1.5" license = "Apache-2.0 OR MIT" repository = "https://github.com/duchess-rs/duchess" homepage = "https://duchess-rs.github.io/duchess/"