From 3e1916c106f68f134cecc87c1c4fa70faeef946b Mon Sep 17 00:00:00 2001 From: Diggory Hardy Date: Mon, 2 Dec 2024 15:10:01 +0000 Subject: [PATCH] Bump MSRV to 1.80 --- .github/workflows/test.yml | 2 +- CHANGELOG.md | 2 +- Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9a9e08a9..efeb0e81 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -71,7 +71,7 @@ jobs: toolchain: [stable] include: - os: ubuntu-latest - toolchain: "1.79.0" + toolchain: "1.80.0" - os: ubuntu-latest toolchain: beta diff --git a/CHANGELOG.md b/CHANGELOG.md index d7d6ec7f..488f657b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Most significant is the addition of the `Collection` trait representing a list or tuple of widgets. ### Uncategorized -- Bump MSRV to 1.75 (#433) +- Bump MSRV to 1.80 (#457) - Add struct `kas::config::Config` to house event/theme/font config (#449) - Make `PRIMARY` backend default and fix transparency (#452) - Add `kas::decorations` module (#452) diff --git a/Cargo.toml b/Cargo.toml index f9876ede..81a25442 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["gui"] categories = ["gui"] repository = "https://github.com/kas-gui/kas" exclude = ["/examples"] -rust-version = "1.79.0" +rust-version = "1.80.0" [package.metadata.docs.rs] features = ["stable"] diff --git a/README.md b/README.md index e7c9328e..e086c760 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ KAS GUI [![Crates.io](https://img.shields.io/crates/v/kas.svg)](https://crates.io/crates/kas) [![kas-text](https://img.shields.io/badge/GitHub-kas--text-blueviolet)](https://github.com/kas-gui/kas-text/) [![Docs](https://docs.rs/kas/badge.svg)](https://docs.rs/kas) -![Minimum rustc version](https://img.shields.io/badge/rustc-1.79+-lightgray.svg) +![Minimum rustc version](https://img.shields.io/badge/rustc-1.80+-lightgray.svg) KAS is a stateful, pure-Rust GUI toolkit supporting: