Merge branch 'main' into adil/cargo_clippy

This commit is contained in:
Adil Hafeez 2025-12-25 20:47:10 -08:00
commit 36970e5de5
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4
- name: Setup | Rust
run: rustup toolchain install 1.82 --profile minimal
run: rustup toolchain install 1.92 --profile minimal
- name: Setup | Install wasm toolchain
run: rustup target add wasm32-wasip1

View file

@ -1,5 +1,5 @@
# build docker image for arch gateway
FROM rust:1.82.0 AS builder
FROM rust:1.92.0 AS builder
RUN rustup -v target add wasm32-wasip1
WORKDIR /arch
COPY crates .