Skip to content

Commit

Permalink
Bump MSRV to Rust 1.67
Browse files Browse the repository at this point in the history
  • Loading branch information
svartalf committed Mar 30, 2024
1 parent 66fc707 commit 69dd2b3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.66.0
toolchain: 1.67.0
targets: ${{ matrix.target }}
- uses: taiki-e/install-action@v2
with:
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.66.0
toolchain: 1.67.0
targets: ${{ matrix.target }}
- uses: taiki-e/install-action@v2
with:
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.66.0
toolchain: 1.67.0
targets: ${{ matrix.target }}
- uses: taiki-e/install-action@v2
with:
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.66.0
toolchain: 1.67.0
targets: ${{ matrix.target }}
- uses: taiki-e/install-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/svartalf/hostname"
readme = "README.md"
license = "MIT"
edition = "2021"
rust-version = "1.66"
rust-version = "1.67"

[features]
default = []
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Latest Version](https://img.shields.io/crates/v/hostname.svg)](https://crates.io/crates/hostname)
[![Latest Version](https://docs.rs/hostname/badge.svg)](https://docs.rs/hostname)
[![Build Status](https://github.com/svartalf/hostname/workflows/Continuous%20integration/badge.svg)](https://github.com/svartalf/hostname/actions)
![Minimum rustc version](https://img.shields.io/badge/rustc-1.66+-green.svg)
![Minimum rustc version](https://img.shields.io/badge/rustc-1.67+-green.svg)
![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)
![Crates.io](https://img.shields.io/crates/d/hostname)

Expand All @@ -17,7 +17,7 @@

## Rust version requirements

Since version `0.4.0` this crate requires Rust version `1.66.0` or greater.
Since version `0.4.0` this crate requires Rust version `1.67.0` or greater.

This version is explicitly tested in CI
and may be bumped in any major or minor release as needed.\
Expand Down

0 comments on commit 69dd2b3

Please sign in to comment.