Skip to content

Commit

Permalink
update rust to 1.81.0 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic authored Sep 14, 2024
1 parent a672971 commit 10a20d8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Earthfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
VERSION 0.8

namada:
FROM rust:1.78.0-bookworm
FROM rust:1.81.0-bookworm

WORKDIR /__w/namada/namada

ARG toolchain=1.78.0
ARG nightly_toolchain=nightly-2024-05-15
ARG toolchain=1.81.0
ARG nightly_toolchain=nightly-2024-09-08
ARG rocksdb_version=8.10.0
ARG gaia_version=19.1.0
ARG cometbft_version=0.37.11
Expand Down Expand Up @@ -98,9 +98,9 @@ namada:
SAVE IMAGE --push ghcr.io/heliaxdev/namada-ci:namada-latest ghcr.io/heliaxdev/namada-ci:namada-main

wasm:
FROM rust:1.78.0-bookworm
FROM rust:1.81.0-bookworm

ARG toolchain=1.78.0
ARG toolchain=1.81.0
ARG wasm_opt_version=118

WORKDIR /__w/namada/namada
Expand Down

0 comments on commit 10a20d8

Please sign in to comment.