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 08292b9 commit 13b27b3Copy full SHA for 13b27b3
.github/workflows/test.yml
@@ -36,7 +36,7 @@ jobs:
36
uses: actions-rs/toolchain@v1
37
with:
38
profile: minimal
39
- toolchain: 1.76.0
+ toolchain: 1.80.0
40
override: true
41
components: clippy, rustfmt
42
Cargo.toml
@@ -2,6 +2,7 @@
2
name = "bors"
3
version = "0.1.0"
4
edition = "2021"
5
+rust-version = "1.80.0"
6
7
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM rust:1.76 as base
+FROM rust:1.80 as base
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
0 commit comments