diff --git a/Cargo.lock b/Cargo.lock index 8dca6e0..d9dae34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1498,7 +1498,7 @@ dependencies = [ [[package]] name = "northstar_dev_testing_helper_tool" -version = "0.6.4" +version = "0.6.5" dependencies = [ "anyhow", "eframe", diff --git a/Cargo.toml b/Cargo.toml index 78d55b8..505fa30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "northstar_dev_testing_helper_tool" default-run = "northstar_dev_testing_helper_tool_bin" -version = "0.6.4" +version = "0.6.5" authors = ["GeckoEidechse "] edition = "2021" rust-version = "1.62"