diff --git a/Cargo.lock b/Cargo.lock index a27fb76..35152eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2054,7 +2054,7 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "legion_prof_viewer" -version = "0.2.1" +version = "0.2.2" dependencies = [ "actix-cors", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index e69a00f..9eb6c55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "legion_prof_viewer" -version = "0.2.1" +version = "0.2.2" authors = ["Elliott Slaughter "] description = "Profiler UI frontend component for Legion Prof" documentation = "https://github.com/StanfordLegion/prof-viewer"