upgrade rust to 1.93.0 and fix pre-commit

This commit is contained in:
Adil Hafeez 2026-02-02 10:48:40 -08:00
parent 28a4242c6e
commit 2cd488d8df
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
5 changed files with 29 additions and 35 deletions

View file

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