Skip to content

Commit

Permalink
cargo: update MSRV to 1.71
Browse files Browse the repository at this point in the history
  • Loading branch information
prestist committed Sep 5, 2023
1 parent 1bbfb61 commit 9b371bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repository = "https://github.com/coreos/afterburn"
license = "Apache-2.0"
edition = "2021"
# when updating this, also update README.md and docs/index.md
rust-version = "1.66.0"
rust-version = "1.71.0"
exclude = ["/.cci.jenkinsfile", "/.github", "/.gitignore"]
authors = [ "Stephen Demos <[email protected]>",
"Luca Bruno <[email protected]>" ]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Afterburn

[![crates.io](https://img.shields.io/crates/v/afterburn.svg)](https://crates.io/crates/afterburn)
![minimum rust 1.66](https://img.shields.io/badge/rust-1.66%2B-orange.svg)
![minimum rust 1.71](https://img.shields.io/badge/rust-1.71%2B-orange.svg)

Afterburn is a one-shot agent for cloud-like platforms which interacts with provider-specific metadata endpoints.
It is typically used in conjunction with [Ignition](https://github.com/coreos/ignition).
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ nav_order: 1
# Afterburn

[![crates.io](https://img.shields.io/crates/v/afterburn.svg)](https://crates.io/crates/afterburn)
![minimum rust 1.66](https://img.shields.io/badge/rust-1.66%2B-orange.svg)
![minimum rust 1.71](https://img.shields.io/badge/rust-1.71%2B-orange.svg)

Afterburn is a one-shot agent for cloud-like platforms which interacts with provider-specific metadata endpoints.
It is typically used in conjunction with [Ignition](https://github.com/coreos/ignition).
Expand Down
1 change: 1 addition & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Minor changes:

Packaging changes:

Require Rust ≥ 1.71.0
Specify features depended on from Nix


Expand Down

0 comments on commit 9b371bc

Please sign in to comment.