Bump MSRV to 1.61 (for memchr)

This commit is contained in:
Dirkjan Ochtman 2023-10-25 17:59:44 +02:00
parent 173997f07b
commit 8e8dc10419
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ jobs:
- os: ubuntu-latest
rust: beta
- os: ubuntu-latest
rust: 1.58.0
rust: 1.61.0
runs-on: ${{ matrix.os }}

View File

@ -2,7 +2,7 @@
name = "instant-xml-macros"
version = "0.4.0"
edition = "2021"
rust-version = "1.58"
rust-version = "1.61"
workspace = ".."
license = "Apache-2.0 OR MIT"
description = "Procedural macros for instant-xml"

View File

@ -2,7 +2,7 @@
name = "instant-xml"
version = "0.4.0"
edition = "2021"
rust-version = "1.58"
rust-version = "1.61"
workspace = ".."
license = "Apache-2.0 OR MIT"
description = "A more rigorous way to map XML to Rust types"