From e9fb67e95cee1e8b558ed108fc624e1717d44236 Mon Sep 17 00:00:00 2001 From: Andrew Pennebaker Date: Thu, 4 Jan 2024 17:08:16 -0600 Subject: [PATCH] bump to v0.0.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4757e4e..ff30160 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "crit" description = "Rust cross-compiler" -version = "0.0.6" +version = "0.0.7" authors = ["Andrew Pennebaker "] license = "BSD-2-Clause" homepage = "https://github.com/mcandre/crit"