From ab59eedef5e2d127fd959aa847514c8527abcac7 Mon Sep 17 00:00:00 2001 From: Savanni D'Gerinel Date: Mon, 12 Feb 2024 10:14:55 -0500 Subject: [PATCH] Fitnesstrax v0.4.1 --- Cargo.lock | 2 +- fitnesstrax/app/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6bf9537..6a33e73 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -936,7 +936,7 @@ checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6" [[package]] name = "fitnesstrax" -version = "0.4.0" +version = "0.4.1" dependencies = [ "async-channel", "async-trait", diff --git a/fitnesstrax/app/Cargo.toml b/fitnesstrax/app/Cargo.toml index 64a1e2b..dded4a7 100644 --- a/fitnesstrax/app/Cargo.toml +++ b/fitnesstrax/app/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fitnesstrax" -version = "0.4.0" +version = "0.4.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html