Skip to content

Commit 64c1c53

Browse files
committed
Bump MSRV
1 parent 495c0ec commit 64c1c53

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/bors.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ status = [
1515
"ci-linux (stable, Spansion, x86_64-unknown-linux-gnu, linux)",
1616
"ci-linux (stable, STMicro, x86_64-unknown-linux-gnu, linux)",
1717
"ci-linux (stable, Toshiba, x86_64-unknown-linux-gnu, linux)",
18-
"ci-linux (1.40.0, Nordic, x86_64-unknown-linux-gnu, linux)",
18+
"ci-linux (1.46.0, Nordic, x86_64-unknown-linux-gnu, linux)",
1919
"ci-linux (stable, x86_64-apple-darwin, osx)",
2020
"ci-linux (stable, x86_64-pc-windows-msvc, windows)",
2121
]

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
include:
3131
# Test MSRV
32-
- rust: 1.40.0
32+
- rust: 1.46.0
3333
VENDOR: Nordic
3434
TARGET: x86_64-unknown-linux-gnu
3535
TRAVIS_OS_NAME: linux

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ This project is developed and maintained by the [Tools team][team].
1313

1414
## Minimum Supported Rust Version (MSRV)
1515

16-
The **generated code** is guaranteed to compile on stable Rust 1.40.0 and up.
16+
The **generated code** is guaranteed to compile on stable Rust 1.46.0 and up.
1717

18-
If you encounter compilation errors on any stable version newer than 1.40.0, please open an issue.
18+
If you encounter compilation errors on any stable version newer than 1.46.0, please open an issue.
1919

2020
# Testing Locally
2121

0 commit comments

Comments
 (0)