Bump MSRV to 1.61 (for memchr)
This commit is contained in:
parent
173997f07b
commit
8e8dc10419
|
@ -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 }}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue