chore(release): cargo v0.0.3
All checks were successful
conventional commits / conventional commits (push) Successful in 9s
build / run (push) Successful in 7m43s
check / run (push) Successful in 1m28s

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2024-09-08 15:21:48 +02:00
parent 4be508a330
commit f68cbc2f5a
Signed by: cafkafk
GPG key ID: 26C542FD97F965CE
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -304,7 +304,7 @@ checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
[[package]] [[package]]
name = "common" name = "common"
version = "0.0.2" version = "0.0.3"
dependencies = [ dependencies = [
"workspace-hack", "workspace-hack",
] ]
@ -1109,7 +1109,7 @@ checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
[[package]] [[package]]
name = "nix-weather" name = "nix-weather"
version = "0.0.2" version = "0.0.3"
dependencies = [ dependencies = [
"clap", "clap",
"clap_complete", "clap_complete",

View file

@ -8,7 +8,7 @@ members = ["crates/*", "crates/workspace-hack"]
[workspace.package] [workspace.package]
description = "Guix weather, for nix!" description = "Guix weather, for nix!"
version = "0.0.2" version = "0.0.3"
edition = "2021" edition = "2021"
license = "EUPL-1.2" license = "EUPL-1.2"
authors = ["Christina Sørensen <christina@cafkafk.com>"] authors = ["Christina Sørensen <christina@cafkafk.com>"]