From 0b61d86c46b25a55401daf9ca2b17b5a9c690211 Mon Sep 17 00:00:00 2001 From: "Sean P. Kelly" Date: Mon, 7 Oct 2024 21:04:15 +0000 Subject: [PATCH] twoliter: bump to 0.4.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- twoliter/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2d21f218..86472db8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3841,7 +3841,7 @@ dependencies = [ [[package]] name = "twoliter" -version = "0.4.7-rc1" +version = "0.4.7" dependencies = [ "anyhow", "async-recursion", diff --git a/Cargo.toml b/Cargo.toml index 863a9e69..f09b1e60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ pubsys-setup = { version = "0.1", path = "tools/pubsys-setup", artifact = [ "bin testsys = { version = "0.1", path = "tools/testsys", artifact = [ "bin:testsys" ] } testsys-config = { version = "0.1", path = "tools/testsys-config" } testsys-model = { version = "0.0.14", git = "https://github.com/bottlerocket-os/bottlerocket-test-system", tag = "v0.0.14" } -twoliter = { version = "0.4.7-rc1", path = "twoliter", artifact = [ "bin:twoliter" ] } +twoliter = { version = "0.4.7", path = "twoliter", artifact = [ "bin:twoliter" ] } unplug = { version = "0.1", path = "tools/unplug", artifact = [ "bin:unplug" ] } update-metadata = { version = "0.1", path = "tools/update-metadata" } diff --git a/twoliter/Cargo.toml b/twoliter/Cargo.toml index f0068df6..d9825cdb 100644 --- a/twoliter/Cargo.toml +++ b/twoliter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "twoliter" -version = "0.4.7-rc1" +version = "0.4.7" edition = "2021" description = "A command line tool for creating custom builds of Bottlerocket" authors = ["Matthew James Briggs "]