1
Fork 0
generated from lucas/rust-template
Code Issues 1 Pull requests 9 Activity
Var Dump:
dumpVar: only available in dev mode
Mailing List

Compare commits

..

No commits in common. "15f863fce5e38efe496bfc252ee2da17dc5a0eab" and "6ceda6c5688d0adc8da3211dca2367913f161c0c" have entirely different histories.

View file

@ -1,4 +1,4 @@
FROM rust:1.83.0-slim AS build
FROM rust:1.82.0-slim AS build
WORKDIR /src