🔧 Upgrade rust to v1.85

This commit is contained in:
elenatorro
2025-03-07 16:04:36 +01:00
parent 29518f3ba5
commit 2cdb874484
4 changed files with 13 additions and 3 deletions

View File

@@ -45,6 +45,6 @@ cd ..
echo "################ test render-wasm ################"
cd render-wasm
cargo fmt --check
./lint --debug
./test
cd ..