Skip to content

Commit

Permalink
Merge pull request #41 from cverna/update_rust_version
Browse files Browse the repository at this point in the history
Update the rust-version from 1.56.0 to 1.75.0
  • Loading branch information
cverna authored Apr 18, 2024
2 parents 0e486a6 + 040e6b0 commit 64e6fde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
env:
CARGO_TERM_COLOR: always
# Pinned toolchain for linting
ACTIONS_LINTS_TOOLCHAIN: 1.71.0
ACTIONS_LINTS_TOOLCHAIN: 1.77.2

jobs:
tests-stable:
Expand Down
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 = "ignition-config"
repository = "https://github.com/coreos/ignition-config-rs"
license = "Apache-2.0"
edition = "2021"
rust-version = "1.56.0"
rust-version = "1.75.0"
exclude = ["/.github", "/.gitignore"]
authors = [ "Benjamin Gilbert <[email protected]>" ]
description = "Data structures for reading/writing Ignition configs"
Expand Down
1 change: 1 addition & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Release notes

## Upcoming ignition-config 0.4.0 (unreleased)
- Require Rust ≥ 1.75.0



Expand Down

0 comments on commit 64e6fde

Please sign in to comment.