Skip to content

Commit

Permalink
Bump MSRV to 1.77.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisduerr committed Oct 24, 2024
1 parent 895ccc1 commit e9c6fa3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The sections should follow the order `Added`, `Changed`, `Fixed`, and `Removed`.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

### Changed

- MSRV changed to 1.77.0

## 0.8.0

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
categories = ["gui", "os"]
keywords = ["font"]
edition = "2021"
rust-version = "1.65.0"
rust-version = "1.77.0"

[dependencies]
libc = "0.2"
Expand Down

0 comments on commit e9c6fa3

Please sign in to comment.