We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e076bee commit 78fdc47Copy full SHA for 78fdc47
.github/bors.toml
@@ -1,6 +1,7 @@
1
status = [
2
"test (1.33.0)",
3
"test (1.36.0)",
4
+ "test (1.37.0)",
5
"test (stable)",
6
"test (beta)",
7
"test (nightly)",
.github/workflows/ci.yml
@@ -25,6 +25,7 @@ jobs:
25
# Rust version in README.md.
26
- 1.33.0
27
- 1.36.0
28
+ - 1.37.0
29
- stable
30
- beta
31
- nightly
@@ -40,6 +41,9 @@ jobs:
40
41
- build: 1.36.0
42
os: ubuntu-latest
43
rust: 1.36.0
44
+ - build: 1.37.0
45
+ os: ubuntu-latest
46
+ rust: 1.37.0
47
- build: stable
48
49
rust: stable
0 commit comments