upgrade rust to 1.93.0 and fix pre-commit (#720)

This commit is contained in:
Adil Hafeez 2026-02-02 11:03:12 -08:00 committed by GitHub
parent 28a4242c6e
commit e41aa0a617
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 .