Skip to content

Commit

Permalink
MSRV is 1.66.0 now
Browse files Browse the repository at this point in the history
  • Loading branch information
svartalf committed Sep 22, 2023
1 parent ee39012 commit b2d834b
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 @@ -58,7 +58,7 @@ jobs:
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.60.0
toolchain: 1.66.0
targets: ${{ matrix.target }}

- name: Check without features
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.60.0
toolchain: 1.66.0
targets: ${{ matrix.target }}
- name: Run build
# TODO: Temporary
Expand All @@ -147,7 +147,7 @@ jobs:
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.60.0
toolchain: 1.66.0
targets: ${{ matrix.target }}
- uses: taiki-e/install-action@v2
with:
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.60.0
toolchain: 1.66.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.60"
rust-version = "1.66"

[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.60+-green.svg)
![Minimum rustc version](https://img.shields.io/badge/rustc-1.66+-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.60.0` or greater.
Since version `0.4.0` this crate requires Rust version `1.66.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 b2d834b

Please sign in to comment.