We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9d018 commit af73054Copy full SHA for af73054
.github/bors.toml
@@ -4,5 +4,5 @@ required_approvals = 1
4
status = [
5
"CI (stable, x86_64-unknown-linux-gnu)",
6
"CI (stable, armv7-unknown-linux-gnueabihf)",
7
- "CI (1.35.0, x86_64-unknown-linux-gnu)",
+ "CI (1.36.0, x86_64-unknown-linux-gnu)",
8
]
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
22
include:
23
# Test MSRV
24
- - rust: 1.35.0
+ - rust: 1.36.0
25
TARGET: x86_64-unknown-linux-gnu
26
27
# Test nightly but don't fail
@@ -31,7 +31,7 @@ jobs:
31
32
steps:
33
- uses: actions/checkout@v2
34
-
+
35
- uses: actions-rs/toolchain@v1
36
with:
37
profile: minimal
0 commit comments