Skip to content

Commit 13b27b3

Browse files
committed
Update minimum Rust version to 1.80.0
1 parent 08292b9 commit 13b27b3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions-rs/toolchain@v1
3737
with:
3838
profile: minimal
39-
toolchain: 1.76.0
39+
toolchain: 1.80.0
4040
override: true
4141
components: clippy, rustfmt
4242

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "bors"
33
version = "0.1.0"
44
edition = "2021"
5+
rust-version = "1.80.0"
56

67
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
78

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.76 as base
1+
FROM rust:1.80 as base
22

33
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
44

0 commit comments

Comments
 (0)