From 7bac6b780254f3c87bffe4ef99dfbc19c4940889 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCller?= Date: Mon, 19 Aug 2024 20:56:37 -0700 Subject: [PATCH] Update minimum supported Rust version to 1.64.0 Update the minimum supported Rust version to 1.64.0. This version is required for git2 0.19, to which we intend to update subsequently. --- .github/workflows/test.yml | 2 +- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dc7573a..c2ae989 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -63,7 +63,7 @@ jobs: with: # Please adjust README and rust-version field in Cargo.toml files when # bumping version. - toolchain: 1.63.0 + toolchain: 1.64.0 - name: Build run: cargo build --locked clippy: diff --git a/CHANGELOG.md b/CHANGELOG.md index b2d3d73..bf43204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +Unreleased +---------- +- Bumped minimum supported Rust version to `1.64` + + 0.1.6 ----- - Fixed handling of renamed packages diff --git a/Cargo.toml b/Cargo.toml index a042b54..3ea479d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "cargo-http-registry" version = "0.1.6" authors = ["Daniel Mueller "] edition = "2021" -rust-version = "1.63" +rust-version = "1.64" license = "GPL-3.0-or-later" homepage = "https://github.com/d-e-s-o/cargo-http-registry" repository = "https://github.com/d-e-s-o/cargo-http-registry.git" diff --git a/README.md b/README.md index 57c8064..51f3cc3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![pipeline](https://github.com/d-e-s-o/cargo-http-registry/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/d-e-s-o/cargo-http-registry/actions/workflows/test.yml) [![crates.io](https://img.shields.io/crates/v/cargo-http-registry.svg)](https://crates.io/crates/cargo-http-registry) -[![rustc](https://img.shields.io/badge/rustc-1.63+-blue.svg)](https://blog.rust-lang.org/2022/08/11/Rust-1.63.0.html) +[![rustc](https://img.shields.io/badge/rustc-1.64+-blue.svg)](https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html) cargo-http-registry ===================