diff --git a/Cargo.toml b/Cargo.toml index 62408a0f4a..dc24991488 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,7 +91,7 @@ crc = "3.0.1" criterion = "0.5" derive_more = "0.99.17" derive-new = "0.6.0" -tracing-subscriber = { version = "0.3", features = ["json", "env-filter"] } +tracing-subscriber = {version = "0.3", features = ["json", "env-filter"]} tracing-loki = "0.2" event-listener = "4.0.0" flume = "0.11" diff --git a/zenohd/Cargo.toml b/zenohd/Cargo.toml index caf7169673..70efcfddfd 100644 --- a/zenohd/Cargo.toml +++ b/zenohd/Cargo.toml @@ -12,7 +12,7 @@ # ZettaScale Zenoh Team, # [package] -rust-version = { workspace = true } +rust-version = "1.72.0" name = "zenohd" version = { workspace = true } repository = { workspace = true }