File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22name = " linux-tutorial-backend"
33version = " 1.0.0"
44edition = " 2021"
5- rust-version = " 1.82 " # Minimum Supported Rust Version
5+ rust-version = " 1.83 " # Minimum Supported Rust Version
66authors = [" zerox80" ]
77license = " MIT"
88description = " High-performance Rust backend API for Linux Tutorial CMS"
@@ -36,7 +36,7 @@ unicode-normalization = "0.1"
3636sha2 = " 0.10"
3737
3838[dependencies .home ]
39- version = " =0.5.12 "
39+ version = " =0.5.9 "
4040
4141[dependencies .base64ct ]
4242version = " =1.8.0"
Original file line number Diff line number Diff line change 11# Multi-stage build für kleines Image
22# Use latest stable Rust
33# Multi-stage build for optimized image size
4- FROM rust:1.82 -slim AS builder
4+ FROM rust:1.83 -slim AS builder
55
66WORKDIR /app
77
You can’t perform that action at this time.
0 commit comments