Skip to content

Commit

Permalink
Bump MSRV
Browse files Browse the repository at this point in the history
Image 0.25.5 requires it.
  • Loading branch information
tronical committed Nov 9, 2024
1 parent e269ce3 commit bb71d2a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
rust:
- stable
- beta
- 1.68.0 # MSRV
- 1.70.0 # MSRV
include:
- rust: 1.68.0
- rust: 1.70.0
pin_bumpaloo: true
steps:
- name: Checkout
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.

## Unreleased

- Bumped MSRV to 1.70.

## [0.10.1] - 2024-10-24

- Fix accidental breakage with scissor clipping.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Crates.io](https://img.shields.io/crates/v/femtovg?color=4d76ae)](https://crates.io/crates/femtovg)
[![API](https://docs.rs/femtovg/badge.svg)](https://docs.rs/femtovg)
[![dependency status](https://deps.rs/repo/github/femtovg/femtovg/status.svg)](https://deps.rs/repo/github/femtovg/femtovg)
[![rust: 1.68](https://img.shields.io/badge/MSRV-1.68-success.svg)](#msrv)
[![rust: 1.70](https://img.shields.io/badge/MSRV-1.70-success.svg)](#msrv)
[![Discord](https://img.shields.io/discord/691716054560407592)](https://discord.gg/V69VdVu)

<h2 align="center">femtovg</h2>
Expand Down

0 comments on commit bb71d2a

Please sign in to comment.