Skip to content

Commit

Permalink
Merge pull request #1438 from kristof-mattei/renovate/rust
Browse files Browse the repository at this point in the history
chore(deps): update rust to v1.83.0
  • Loading branch information
renovate[bot] authored Dec 3, 2024
2 parents 16d9176 + 455932c commit 72eeeed
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 @@ -3,7 +3,7 @@ name = "autoheal-rs"
# don't change this, it's updated before an actual build by update-version.sh
version = "0.0.0-development"
edition = "2021"
rust-version = "1.82.0"
rust-version = "1.83.0"
authors = ["Kristof Mattei"]
description = "Monitoring application for docker containers"
license-file = "LICENSE"
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "1.82.0"
channel = "1.83.0"
components = ["cargo", "clippy", "rustfmt"]
profile = "minimal"

0 comments on commit 72eeeed

Please sign in to comment.