Skip to content

Commit

Permalink
build: rust 1.80
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Sep 5, 2024
1 parent a8489d5 commit ac6a144
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ members = ["abci", "proto-compiler", "proto"]

[workspace.package]

rust-version = "1.76"
rust-version = "1.80"
version = "1.1.0"
2 changes: 1 addition & 1 deletion Dockerfile-alpine
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is an example Dockerfile, demonstrating build process of rs-tenderdash-abci

FROM rust:1.76-alpine3.19
FROM rust:1.80-alpine3.20

SHELL ["/bin/bash", "-exc"]

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-debian
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This is an example Dockerfile, demonstrating build process of rs-tenderdash-abci

# We use Debian base image, as Alpine has some segmentation fault issue
FROM rust:1.76.0-bookworm
FROM rust:1.80.0-bookworm

SHELL ["/bin/bash", "-exc"]

Expand Down

0 comments on commit ac6a144

Please sign in to comment.