mirror of
https://github.com/instant-labs/instant-xml.git
synced 2025-02-16 06:52:15 +00:00
Bump MSRV to 1.61 (for memchr)
This commit is contained in:
parent
173997f07b
commit
8e8dc10419
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
rust: beta
|
rust: beta
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
rust: 1.58.0
|
rust: 1.61.0
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
name = "instant-xml-macros"
|
name = "instant-xml-macros"
|
||||||
version = "0.4.0"
|
version = "0.4.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.58"
|
rust-version = "1.61"
|
||||||
workspace = ".."
|
workspace = ".."
|
||||||
license = "Apache-2.0 OR MIT"
|
license = "Apache-2.0 OR MIT"
|
||||||
description = "Procedural macros for instant-xml"
|
description = "Procedural macros for instant-xml"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
name = "instant-xml"
|
name = "instant-xml"
|
||||||
version = "0.4.0"
|
version = "0.4.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.58"
|
rust-version = "1.61"
|
||||||
workspace = ".."
|
workspace = ".."
|
||||||
license = "Apache-2.0 OR MIT"
|
license = "Apache-2.0 OR MIT"
|
||||||
description = "A more rigorous way to map XML to Rust types"
|
description = "A more rigorous way to map XML to Rust types"
|
||||||
|
Loading…
Reference in New Issue
Block a user