From 7745830345bf3c3c2ed97db085d5afabad1859a8 Mon Sep 17 00:00:00 2001 From: Gitlab Date: Sun, 17 Dec 2023 23:25:14 +0000 Subject: [PATCH] Release ublue-rs v0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fdfda47..c7b1a75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -786,7 +786,7 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "ublue-rs" -version = "0.2.2" +version = "0.3.0" dependencies = [ "anyhow", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index ba6ffcb..2933724 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ublue-rs" -version = "0.2.2" +version = "0.3.0" 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"