From b14d212e28d9a28455124c42b5b9cbd38fc205bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dj8yf0=CE=BCl?= Date: Wed, 18 Dec 2024 11:39:32 +0200 Subject: [PATCH] fix: change of default `container_build_command` --- .../src/commands/new/new-project-template/Cargo.template.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cargo-near/src/commands/new/new-project-template/Cargo.template.toml b/cargo-near/src/commands/new/new-project-template/Cargo.template.toml index 0b8966b4..58f184e9 100644 --- a/cargo-near/src/commands/new/new-project-template/Cargo.template.toml +++ b/cargo-near/src/commands/new/new-project-template/Cargo.template.toml @@ -26,7 +26,7 @@ passed_env = [] # if docker image from default gallery is used https://hub.docker.com/r/sourcescan/cargo-near/tags, # the command may be any combination of flags of `cargo-near`, # supported by respective version of binary inside the container besides `--no-locked` flag -container_build_command = ["cargo", "near", "build"] +container_build_command = ["cargo", "near", "build", "non-reproducible-wasm", "--locked"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]