From 33e700529e7b84f70cf559af6a91fc5ca6b1d323 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Sat, 15 Nov 2025 10:25:08 +0100 Subject: [PATCH] Bump version to 0.1.71 Version bump for release with fixed automated NixOS configuration update workflow that uses the correct file path. --- agent/Cargo.toml | 2 +- dashboard/Cargo.toml | 2 +- shared/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/agent/Cargo.toml b/agent/Cargo.toml index 9b9c3f6..ec38e1d 100644 --- a/agent/Cargo.toml +++ b/agent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cm-dashboard-agent" -version = "0.1.70" +version = "0.1.71" edition = "2021" [dependencies] diff --git a/dashboard/Cargo.toml b/dashboard/Cargo.toml index 57ed479..05c8861 100644 --- a/dashboard/Cargo.toml +++ b/dashboard/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cm-dashboard" -version = "0.1.70" +version = "0.1.71" edition = "2021" [dependencies] diff --git a/shared/Cargo.toml b/shared/Cargo.toml index a550b5e..94fc4fe 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cm-dashboard-shared" -version = "0.1.70" +version = "0.1.71" edition = "2021" [dependencies]