gardesk/tarmac / b7782ed

Browse files

bump release version to 0.2.3

Authored by espadonne
SHA
b7782eda58232dffc842bdd917a31b8d794faf47
Parents
4f78c8c
Tree
2869f46

3 changed files

StatusFile+-
M Cargo.lock 2 2
M tarmac/Cargo.toml 1 1
M tarmacctl/Cargo.toml 1 1
Cargo.lockmodified
@@ -624,7 +624,7 @@ dependencies = [
624624
 
625625
 [[package]]
626626
 name = "tarmac"
627
-version = "0.2.2"
627
+version = "0.2.3"
628628
 dependencies = [
629629
  "anyhow",
630630
  "bitflags",
@@ -648,7 +648,7 @@ dependencies = [
648648
 
649649
 [[package]]
650650
 name = "tarmacctl"
651
-version = "0.2.2"
651
+version = "0.2.3"
652652
 dependencies = [
653653
  "dirs",
654654
  "serde",
tarmac/Cargo.tomlmodified
@@ -1,6 +1,6 @@
11
 [package]
22
 name = "tarmac"
3
-version = "0.2.2"
3
+version = "0.2.3"
44
 edition = "2024"
55
 
66
 [dependencies]
tarmacctl/Cargo.tomlmodified
@@ -1,6 +1,6 @@
11
 [package]
22
 name = "tarmacctl"
3
-version = "0.2.2"
3
+version = "0.2.3"
44
 edition = "2024"
55
 
66
 [dependencies]