Skip to content

Commit

Permalink
Update MSRV to 1.79.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Aug 27, 2024
1 parent be7e108 commit 11358d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
toolchain: [stable]
include:
- os: ubuntu-latest
toolchain: "1.75.0"
toolchain: "1.79.0"
- os: ubuntu-latest
toolchain: beta

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 11358d1

Please sign in to comment.