core and periphery 0.1.5

This commit is contained in:
mbecker20
2023-01-11 08:44:16 +00:00
parent 4fb3eb12ba
commit d0540669b4
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@@ -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",

View File

@@ -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

View File

@@ -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"