From ea6f79523c12d23553da36c238fa7f8dadceba93 Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Thu, 9 May 2024 21:22:04 +1000 Subject: [PATCH] Bump version --- bestool/Cargo.lock | 2 +- bestool/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bestool/Cargo.lock b/bestool/Cargo.lock index 89028fd..7cf9ec9 100644 --- a/bestool/Cargo.lock +++ b/bestool/Cargo.lock @@ -62,7 +62,7 @@ dependencies = [ [[package]] name = "bestool" -version = "0.1.1" +version = "0.1.2" dependencies = [ "clap", "crc", diff --git a/bestool/Cargo.toml b/bestool/Cargo.toml index d5db8a2..31a5fe3 100644 --- a/bestool/Cargo.toml +++ b/bestool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bestool" -version = "0.1.1" +version = "0.1.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html