Skip to content

Commit

Permalink
Update Rust versions in dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Oct 3, 2023
1 parent 8c2c7fb commit c6237f0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions dockerfiles/stages/1-build-deps
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@ ARG GO_VERSION=1.19.11
ARG GO_CAPNP_VERSION=v3.0.0-alpha.5

# Rust Version passed into rustup-init, can also be "stable", "nightly" or similar
ARG RUST_VERSION=1.63.0
# This should stay in line with:
# - src/lib/crypto/kimchi_bindings/stubs/rust-toolchain.toml
# - src/lib/crypto/proof-systems/rust-toolchain.toml
ARG RUST_VERSION=1.72
# Nightly Rust Version used for WebAssembly builds
ARG RUST_NIGHTLY=2022-09-12
# - src/lib/snarkyjs/src/bindings/kimchi/wasm/rust-toolchain.toml
ARG RUST_NIGHTLY=2023-09-01
# wasm-pack version
ARG WASM_PACK_VERSION=v0.10.3

Expand Down

0 comments on commit c6237f0

Please sign in to comment.