From 87d1b2a3579d631f6b899d3b2f991b5a3a23a5f1 Mon Sep 17 00:00:00 2001 From: Theodore Schnepper Date: Mon, 26 Aug 2024 10:38:29 -0600 Subject: [PATCH] Update version to 0.1.43 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 400db3d..8f3461c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3034,7 +3034,7 @@ dependencies = [ [[package]] name = "hotshot-builder-core" -version = "0.1.39" +version = "0.1.43" dependencies = [ "anyhow", "async-broadcast", diff --git a/Cargo.toml b/Cargo.toml index 3cd340b..1b6ca7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hotshot-builder-core" -version = "0.1.39" +version = "0.1.43" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html