From 11358d199f5438ea1bed5c1ca9e51f671f6e14f6 Mon Sep 17 00:00:00 2001 From: Diggory Hardy Date: Tue, 27 Aug 2024 16:11:07 +0100 Subject: [PATCH] Update MSRV to 1.79.0 --- .github/workflows/test.yml | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d5988be95..9a9e08a9f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -71,7 +71,7 @@ jobs: toolchain: [stable] include: - os: ubuntu-latest - toolchain: "1.75.0" + toolchain: "1.79.0" - os: ubuntu-latest toolchain: beta diff --git a/Cargo.toml b/Cargo.toml index 6282a47e3..608da5a38 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.75.0" +rust-version = "1.79.0" [package.metadata.docs.rs] features = ["stable"] diff --git a/README.md b/README.md index 8c607fe45..e7c9328ec 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.75+-lightgray.svg) +![Minimum rustc version](https://img.shields.io/badge/rustc-1.79+-lightgray.svg) KAS is a stateful, pure-Rust GUI toolkit supporting: