From 8cf5cf0e171d11fb06ec87ceade4d67c092fc353 Mon Sep 17 00:00:00 2001 From: Savanni D'Gerinel Date: Sun, 18 Feb 2024 17:46:03 -0500 Subject: [PATCH] Bump fitnesstrax to v0.5.0 --- Cargo.lock | 2 +- fitnesstrax/app/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6a33e73..723ce30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -936,7 +936,7 @@ checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6" [[package]] name = "fitnesstrax" -version = "0.4.1" +version = "0.5.0" dependencies = [ "async-channel", "async-trait", diff --git a/fitnesstrax/app/Cargo.toml b/fitnesstrax/app/Cargo.toml index dded4a7..5ba4235 100644 --- a/fitnesstrax/app/Cargo.toml +++ b/fitnesstrax/app/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fitnesstrax" -version = "0.4.1" +version = "0.5.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html