From f47dd02ea95c81ec004fcbc9e58240a95a6385c2 Mon Sep 17 00:00:00 2001 From: Gitlab Date: Tue, 19 Dec 2023 02:37:25 +0000 Subject: [PATCH] Release ublue-rs v0.3.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9e12747..0531e36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1036,7 +1036,7 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "ublue-rs" -version = "0.3.3" +version = "0.3.4" dependencies = [ "anyhow", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 55a980d..62a9440 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ublue-rs" -version = "0.3.3" +version = "0.3.4" edition = "2021" description = "A CLI tool built for creating Containerfile templates based on the Ublue Community Project" repository = "https://gitlab.com/wunker-bunker/ublue-cli"