chore: bump msrvc to 1.76.0

This commit is contained in:
Tom Milligan
2024-08-16 07:46:50 +01:00
parent 147a9bdb98
commit fc5c5eae39
3 changed files with 8 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ jobs:
rust:
- stable
- beta
- 1.74.0
- 1.76.0
experimental:
- false
include:

View File

@@ -1,5 +1,11 @@
# Changelog
## Unreleased
### Changed
- MSRV (minimum supported rust version) is now 1.76.0 ([#175](https://github.com/tommilligan/mdbook-admonish/pull/175))
## v1.18.0
### Changed

View File

@@ -2,7 +2,7 @@
name = "mdbook-admonish"
version = "1.18.0"
edition = "2021"
rust-version = "1.74.0"
rust-version = "1.76.0"
authors = ["Tom Milligan <code@tommilligan.net>"]
description = "A preprocessor for mdbook to add Material Design admonishments."