diff --git a/Cargo.lock b/Cargo.lock index fbeb2f6de..73d3141d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -392,7 +392,7 @@ dependencies = [ [[package]] name = "core" -version = "0.1.4" +version = "0.1.5" dependencies = [ "anyhow", "async_timing_util", @@ -1544,7 +1544,7 @@ dependencies = [ [[package]] name = "monitor_periphery" -version = "0.1.4" +version = "0.1.5" dependencies = [ "anyhow", "async_timing_util", diff --git a/core/Cargo.toml b/core/Cargo.toml index 5f4fadbd9..cc2525a98 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "core" -version = "0.1.4" +version = "0.1.5" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/periphery/Cargo.toml b/periphery/Cargo.toml index 52f07a36c..a2c5c79c7 100644 --- a/periphery/Cargo.toml +++ b/periphery/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "monitor_periphery" -version = "0.1.4" +version = "0.1.5" edition = "2021" authors = ["MoghTech"] description = "monitor periphery binary | run monitor periphery as system daemon"