chore(release): create v0.0.2
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
parent
79700e4a13
commit
2bd1e57765
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -304,7 +304,7 @@ checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
|
|||
|
||||
[[package]]
|
||||
name = "common"
|
||||
version = "0.0.1"
|
||||
version = "0.0.2"
|
||||
dependencies = [
|
||||
"workspace-hack",
|
||||
]
|
||||
|
@ -1109,7 +1109,7 @@ checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
|
|||
|
||||
[[package]]
|
||||
name = "nix-weather"
|
||||
version = "0.0.1"
|
||||
version = "0.0.2"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"clap_complete",
|
||||
|
|
|
@ -8,7 +8,7 @@ members = ["crates/*", "crates/workspace-hack"]
|
|||
|
||||
[workspace.package]
|
||||
description = "Guix weather, for nix!"
|
||||
version = "0.0.1"
|
||||
version = "0.0.2"
|
||||
edition = "2021"
|
||||
rust-version = "1.81"
|
||||
license = "EUPL-1.2"
|
||||
|
|
Loading…
Reference in a new issue