Skip to content

Commit

Permalink
fix: Incorrect zenohd MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed May 27, 2024
1 parent d78d7ac commit 50e6d55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion zenohd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# ZettaScale Zenoh Team, <[email protected]>
#
[package]
rust-version = { workspace = true }
rust-version = "1.72.0"
name = "zenohd"
version = { workspace = true }
repository = { workspace = true }
Expand Down

0 comments on commit 50e6d55

Please sign in to comment.