gardesk/tarmac / 08b96cc

Browse files

bump release version to 0.2.4

Authored by espadonne
SHA
08b96cc65c9fa1dc5c21b79f0ae57835bee1cd56
Parents
9605927
Tree
ca3fc79

3 changed files

StatusFile+-
M Cargo.lock 2 2
M tarmac/Cargo.toml 1 1
M tarmacctl/Cargo.toml 1 1
Cargo.lockmodified
@@ -666,7 +666,7 @@ dependencies = [
666666
 
667667
 [[package]]
668668
 name = "tarmac"
669
-version = "0.2.3"
669
+version = "0.2.4"
670670
 dependencies = [
671671
  "anyhow",
672672
  "bitflags",
@@ -691,7 +691,7 @@ dependencies = [
691691
 
692692
 [[package]]
693693
 name = "tarmacctl"
694
-version = "0.2.3"
694
+version = "0.2.4"
695695
 dependencies = [
696696
  "dirs",
697697
  "serde",
tarmac/Cargo.tomlmodified
@@ -1,6 +1,6 @@
11
 [package]
22
 name = "tarmac"
3
-version = "0.2.3"
3
+version = "0.2.4"
44
 edition = "2024"
55
 
66
 [dependencies]
tarmacctl/Cargo.tomlmodified
@@ -1,6 +1,6 @@
11
 [package]
22
 name = "tarmacctl"
3
-version = "0.2.3"
3
+version = "0.2.4"
44
 edition = "2024"
55
 
66
 [dependencies]