diff --git a/CHANGELOG.md b/CHANGELOG.md index bea1e8d1..1344b695 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). Thanks to [Fuzzyzilla](https://github.com/Fuzzyzilla). - Increase lenience of embed permissions for older OS/2 versions. Thanks to [Fuzzyzilla](https://github.com/Fuzzyzilla). +- Bump MSRV to 1.51 ## [0.20.0] - 2023-10-15 ### Added diff --git a/README.md b/README.md index e3931334..7e280d2d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![Build Status](https://github.com/RazrFalcon/ttf-parser/workflows/Rust/badge.svg) [![Crates.io](https://img.shields.io/crates/v/ttf-parser.svg)](https://crates.io/crates/ttf-parser) [![Documentation](https://docs.rs/ttf-parser/badge.svg)](https://docs.rs/ttf-parser) -[![Rust 1.42+](https://img.shields.io/badge/rust-1.42+-orange.svg)](https://www.rust-lang.org) +[![Rust 1.51+](https://img.shields.io/badge/rust-1.51+-orange.svg)](https://www.rust-lang.org) ![](https://img.shields.io/badge/unsafe-forbidden-brightgreen.svg) A high-level, safe, zero-allocation font parser for