From 2789da4477f37dfafeaf1de09a043f9fe94ab3c0 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Fri, 15 Nov 2024 13:44:25 -0500 Subject: [PATCH] Bump MSRV to 1.67.1 --- .github/workflows/build.yaml | 4 ++-- .github/workflows/powerset.yaml | 2 +- README.md | 2 +- time-core/Cargo.toml | 2 +- time-macros/Cargo.toml | 2 +- time/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index dca25cc65..84f807291 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -51,7 +51,7 @@ jobs: strategy: matrix: rust: - - { version: "1.67.0", name: MSRV } + - { version: "1.67.1", name: MSRV } - { version: stable, name: stable } kind: - name: no_std @@ -147,7 +147,7 @@ jobs: strategy: matrix: rust: - - { version: "1.67.0", name: MSRV } + - { version: "1.67.1", name: MSRV } - { version: stable, name: stable } os: - { name: Ubuntu, value: ubuntu-latest } diff --git a/.github/workflows/powerset.yaml b/.github/workflows/powerset.yaml index 479c036bf..b8b38eafe 100644 --- a/.github/workflows/powerset.yaml +++ b/.github/workflows/powerset.yaml @@ -49,7 +49,7 @@ jobs: strategy: matrix: rust: - - { version: "1.67.0", name: MSRV } + - { version: "1.67.1", name: MSRV } - { version: stable, name: stable } kind: - name: no_std diff --git a/README.md b/README.md index b2991f93d..221925636 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # time -[![minimum rustc: 1.67](https://img.shields.io/badge/minimum%20rustc-1.67-yellowgreen?logo=rust&style=flat-square)](https://www.whatrustisit.com) +[![minimum rustc: 1.67.1](https://img.shields.io/badge/minimum%20rustc-1.67.1-yellowgreen?logo=rust&style=flat-square)](https://www.whatrustisit.com) [![version](https://img.shields.io/crates/v/time?color=blue&logo=rust&style=flat-square)](https://crates.io/crates/time) [![build status](https://img.shields.io/github/actions/workflow/status/time-rs/time/build.yaml?branch=main&style=flat-square)](https://github.com/time-rs/time/actions) [![codecov](https://codecov.io/gh/time-rs/time/branch/main/graph/badge.svg?token=yt4XSmQNKQ)](https://codecov.io/gh/time-rs/time) diff --git a/time-core/Cargo.toml b/time-core/Cargo.toml index c11597177..002bf66f4 100644 --- a/time-core/Cargo.toml +++ b/time-core/Cargo.toml @@ -3,7 +3,7 @@ name = "time-core" version = "0.1.2" authors = ["Jacob Pratt ", "Time contributors"] edition = "2021" -rust-version = "1.67.0" +rust-version = "1.67.1" repository = "https://github.com/time-rs/time" keywords = ["date", "time", "calendar", "duration"] categories = ["date-and-time"] diff --git a/time-macros/Cargo.toml b/time-macros/Cargo.toml index 3451de834..1a1f42441 100644 --- a/time-macros/Cargo.toml +++ b/time-macros/Cargo.toml @@ -3,7 +3,7 @@ name = "time-macros" version = "0.2.18" authors = ["Jacob Pratt ", "Time contributors"] edition = "2021" -rust-version = "1.67.0" +rust-version = "1.67.1" repository = "https://github.com/time-rs/time" keywords = ["date", "time", "calendar", "duration"] categories = ["date-and-time"] diff --git a/time/Cargo.toml b/time/Cargo.toml index 00f46f457..b7cd0a5f1 100644 --- a/time/Cargo.toml +++ b/time/Cargo.toml @@ -3,7 +3,7 @@ name = "time" version = "0.3.36" authors = ["Jacob Pratt ", "Time contributors"] edition = "2021" -rust-version = "1.67.0" +rust-version = "1.67.1" repository = "https://github.com/time-rs/time" homepage = "https://time-rs.github.io" keywords = ["date", "time", "calendar", "duration"]