From f8ed6d2ce11216fcee46f448b24a7adf6392da7d Mon Sep 17 00:00:00 2001 From: p6nj Date: Tue, 23 Jul 2024 17:50:26 +0200 Subject: [PATCH] prepare for cargo publish --- bingus/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bingus/Cargo.toml b/bingus/Cargo.toml index f51bb2c..3170a44 100644 --- a/bingus/Cargo.toml +++ b/bingus/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bingus" -version = "0.1.0" +version = "0.1.1" edition.workspace = true license.workspace = true description.workspace = true