Skip to content

Commit

Permalink
chore: Sync Rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-zenoh-bot committed Jul 16, 2024
1 parent 44b1f2e commit 866a6ad
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 @@ -56,7 +56,7 @@ members = [
exclude = ["ci/nostd-check", "ci/valgrind-check"]

[workspace.package]
rust-version = "1.72.0"
rust-version = "1.75"
version = "0.11.0-dev" # Zenoh version
repository = "https://github.com/eclipse-zenoh/zenoh"
homepage = "http://zenoh.io"
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.75.0"
channel = "1.75"

0 comments on commit 866a6ad

Please sign in to comment.