diff --git a/Cargo.lock b/Cargo.lock index 54376fc..fd50634 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1378,7 +1378,7 @@ dependencies = [ [[package]] name = "northstar_dev_testing_helper_tool" -version = "0.1.0" +version = "0.2.0" dependencies = [ "eframe", "egui", diff --git a/Cargo.toml b/Cargo.toml index fd8e8e4..7566715 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.1.0" +version = "0.2.0" authors = ["GeckoEidechse "] edition = "2021" rust-version = "1.60"