Fix rust-base build
Sometimes rust attempts to upgrade crates. This stops it from doing that.
This commit is contained in:
@@ -425,7 +425,7 @@ rust-base:
|
||||
DO rust+INIT --keep_fingerprints=true
|
||||
|
||||
# For now we need tauri-cli 2.0.0 for bulding
|
||||
DO rust+CARGO --args="install tauri-cli --version 2.1.0"
|
||||
DO rust+CARGO --args="install tauri-cli --version 2.1.0 --locked"
|
||||
|
||||
# Explicitly cache here.
|
||||
SAVE IMAGE --cache-hint
|
||||
|
||||
Reference in New Issue
Block a user