Skip to content

Commit af73054

Browse files
committed
Update CI to use MSRV of 1.36.0
The README.md was previously updated due to the dependency on `nix` with PR rust-embedded#42
1 parent 0e9d018 commit af73054

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/bors.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ required_approvals = 1
44
status = [
55
"CI (stable, x86_64-unknown-linux-gnu)",
66
"CI (stable, armv7-unknown-linux-gnueabihf)",
7-
"CI (1.35.0, x86_64-unknown-linux-gnu)",
7+
"CI (1.36.0, x86_64-unknown-linux-gnu)",
88
]

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
include:
2323
# Test MSRV
24-
- rust: 1.35.0
24+
- rust: 1.36.0
2525
TARGET: x86_64-unknown-linux-gnu
2626

2727
# Test nightly but don't fail
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- uses: actions/checkout@v2
34-
34+
3535
- uses: actions-rs/toolchain@v1
3636
with:
3737
profile: minimal

0 commit comments

Comments
 (0)