Skip to content

Commit

Permalink
Bump MSRV to 1.80
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Dec 2, 2024
1 parent 1c19a13 commit 3e1916c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.79.0"
toolchain: "1.80.0"
- os: ubuntu-latest
toolchain: beta

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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.79.0"
rust-version = "1.80.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.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:

Expand Down

0 comments on commit 3e1916c

Please sign in to comment.