From f27c4cf4670d2e0bbedfed9f38a85686b2e5f3ae Mon Sep 17 00:00:00 2001 From: Elliott Slaughter Date: Tue, 6 Aug 2024 10:30:31 -0700 Subject: [PATCH] Bump version to 0.2.4. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5edbb89..931ca01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2054,7 +2054,7 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "legion_prof_viewer" -version = "0.2.3" +version = "0.2.4" dependencies = [ "actix-cors", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 04ca7c3..db1d638 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "legion_prof_viewer" -version = "0.2.3" +version = "0.2.4" authors = ["Elliott Slaughter "] description = "Profiler UI frontend component for Legion Prof" documentation = "https://github.com/StanfordLegion/prof-viewer"