Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build-linuxdeployimg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ main() {

local PACKAGE_NAME="${PACKAGE}-${VERSION}-$(set -e;uname)-$(set -e;arch)"

cargo install --version 0.1.0 sancus
cargo install --version 0.1.3 sancus

local TRIPLET="$(set -e;${SCRIPT_DIR}/get-vcpkg-triplet.py)"

Expand Down
2 changes: 1 addition & 1 deletion build-tar-xz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ main() {

${SCRIPT_DIR}/check-build-env.sh

cargo install --version 0.1.0 sancus
cargo install --version 0.1.3 sancus

local VERSION="$(set -e;cargo version-util get-version)"
local TAR_PACKAGE_NAME="${PACKAGE}-${VERSION}-$(set -e;${SCRIPT_DIR}/get-vcpkg-triplet.py).tar.xz"
Expand Down