Skip to content

Commit 1d76d67

Browse files
committedMar 11, 2025·
msrv ci 1.70
1 parent f1a0a4a commit 1d76d67

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed
 

‎.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
continue-on-error: ${{ matrix.experimental || false }}
2424
strategy:
2525
matrix:
26-
rust: [ stable ]
26+
rust: [stable]
2727
include:
2828
# Test nightly but don't fail the build.
2929
- rust: nightly
3030
experimental: true
3131
# MSRV
32-
- rust: 1.65.0
32+
- rust: 1.70.0
3333
name: "MSRV"
3434
steps:
3535
- name: Checkout repository

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ It consists of:
1010

1111
## Minimum Supported Rust Version (MSRV)
1212

13-
This crate is guaranteed to compile on stable Rust 1.65.0 and up. It *might*
13+
This crate is guaranteed to compile on stable Rust 1.70.0 and up. It *might*
1414
compile with older versions but that may change in any new patch release.
1515

1616
## License

‎svd-encoder/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This project is developed and maintained by the [Tools team][team].
1313

1414
## Minimum Supported Rust Version (MSRV)
1515

16-
This crate is guaranteed to compile on stable Rust 1.65.0 and up. It *might*
16+
This crate is guaranteed to compile on stable Rust 1.70.0 and up. It *might*
1717
compile with older versions but that may change in any new patch release.
1818

1919
## License

‎svd-parser/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This project is developed and maintained by the [Tools team][team].
1313

1414
## Minimum Supported Rust Version (MSRV)
1515

16-
This crate is guaranteed to compile on stable Rust 1.65.0 and up. It *might*
16+
This crate is guaranteed to compile on stable Rust 1.70.0 and up. It *might*
1717
compile with older versions but that may change in any new patch release.
1818

1919
## License

‎svd-rs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This project is developed and maintained by the [Tools team][team].
1313

1414
## Minimum Supported Rust Version (MSRV)
1515

16-
This crate is guaranteed to compile on stable Rust 1.65.0 and up. It *might*
16+
This crate is guaranteed to compile on stable Rust 1.70.0 and up. It *might*
1717
compile with older versions but that may change in any new patch release.
1818

1919
## License

0 commit comments

Comments
 (0)
Please sign in to comment.