Skip to content

Commit 79d898b

Browse files
committed
Bump MSRV to 1.66 due to example deps
1 parent 6b74d4d commit 79d898b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
rust:
1616
- stable
1717
- beta
18-
- 1.65.0 # MSRV
18+
- 1.66.0 # MSRV
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v2

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
33

44
## Unreleased
55

6+
- Bumped MSRV to 1.66.
7+
68
## [0.8.2] - 2024-01-20
79

810
- Improved performance when rendering large texts.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Crates.io](https://img.shields.io/crates/v/femtovg?color=4d76ae)](https://crates.io/crates/femtovg)
22
[![API](https://docs.rs/femtovg/badge.svg)](https://docs.rs/femtovg)
33
[![dependency status](https://deps.rs/repo/github/femtovg/femtovg/status.svg)](https://deps.rs/repo/github/femtovg/femtovg)
4-
[![rust: 1.65](https://img.shields.io/badge/MSRV-1.65-success.svg)](#msrv)
4+
[![rust: 1.66](https://img.shields.io/badge/MSRV-1.66-success.svg)](#msrv)
55
[![Discord](https://img.shields.io/discord/691716054560407592)](https://discord.gg/V69VdVu)
66

77
<h2 align="center">femtovg</h2>

0 commit comments

Comments
 (0)