From c8e26d834e407b4d5383946c7f3f9667ec82fabd Mon Sep 17 00:00:00 2001 From: Andrew Pennebaker Date: Thu, 30 Mar 2023 17:22:46 -0500 Subject: [PATCH] bump to v0.0.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 29bd6a6..31fb394 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "crit" description = "Rust cross-compiler" -version = "0.0.1" +version = "0.0.2" authors = ["Andrew Pennebaker "] license = "BSD-2-Clause" homepage = "https://github.com/mcandre/crit"