Merge pull request #144 from cupcakearmy/update-rust

update rust
This commit is contained in:
Nicco 2024-08-22 19:57:39 +02:00 committed by GitHub
commit 5648c76f78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 432 additions and 277 deletions

View File

@ -11,7 +11,7 @@ RUN pnpm run build
# BACKEND
FROM rust:1.76-alpine as backend
FROM rust:1.80-alpine as backend
WORKDIR /tmp
RUN apk add --no-cache libc-dev openssl-dev alpine-sdk
COPY ./packages/backend ./

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@ name = "cryptgeon"
version = "2.6.1"
authors = ["cupcakearmy <hi@nicco.io>"]
edition = "2021"
rust-version = "1.76"
rust-version = "1.80"
[[bin]]
name = "cryptgeon"