From f68cbc2f5abc0536c4138b7120c20bdc6817a78d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Sun, 8 Sep 2024 15:21:48 +0200 Subject: [PATCH] chore(release): cargo v0.0.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 29ad5d0..bc9b506 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -304,7 +304,7 @@ checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" [[package]] name = "common" -version = "0.0.2" +version = "0.0.3" dependencies = [ "workspace-hack", ] @@ -1109,7 +1109,7 @@ checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" [[package]] name = "nix-weather" -version = "0.0.2" +version = "0.0.3" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index 312159a..5bce32c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = ["crates/*", "crates/workspace-hack"] [workspace.package] description = "Guix weather, for nix!" -version = "0.0.2" +version = "0.0.3" edition = "2021" license = "EUPL-1.2" authors = ["Christina Sørensen "]