From e151cc2819f5c61ff7af70230990a6cf213c0687 Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Fri, 27 Sep 2024 23:41:33 +0200 Subject: [PATCH 1/3] IOS-8118: Fix `swift-protobuf` dependency download URL Signed-off-by: Andrey Fedorov --- tools/install-dependencies | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install-dependencies b/tools/install-dependencies index 3a04f8434bd..963f15d278b 100755 --- a/tools/install-dependencies +++ b/tools/install-dependencies @@ -76,7 +76,7 @@ function build_swift_plugin() { mkdir -p "$SWIFT_PROTOBUF_DIR" cd "$SWIFT_PROTOBUF_DIR" if [ ! -f $SWIFT_PROTOBUF_VERSION.tar.gz ]; then - curl -fSsOL https://github.com/apple/swift-protobuf/archive/$SWIFT_PROTOBUF_VERSION.tar.gz + curl -fSsOL https://github.com/apple/swift-protobuf/archive/refs/tags/$SWIFT_PROTOBUF_VERSION.tar.gz fi tar xzf $SWIFT_PROTOBUF_VERSION.tar.gz From 83679cf685bc902ffaa19e132c99f9275814c82e Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Fri, 27 Sep 2024 23:43:07 +0200 Subject: [PATCH 2/3] IOS-8118: Update outdated rust version and `serde` dependency compilation error Signed-off-by: Andrey Fedorov --- tools/install-rust-dependencies | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install-rust-dependencies b/tools/install-rust-dependencies index 632c2290f1c..45420661fb6 100755 --- a/tools/install-rust-dependencies +++ b/tools/install-rust-dependencies @@ -2,7 +2,7 @@ set -e -NIGHTLY="nightly-2024-02-09" +NIGHTLY="nightly-2024-03-17" # Latest 1.78 nightly rustup toolchain install $NIGHTLY rustup default $NIGHTLY From d2972741084fae5d7166779d7726cd3fe85e8814 Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Fri, 27 Sep 2024 23:44:31 +0200 Subject: [PATCH 3/3] IOS-8118: Bump `swift-protobuf` dependency version w/o updating the sources Signed-off-by: Andrey Fedorov --- swift-protobuf-version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift-protobuf-version.properties b/swift-protobuf-version.properties index 9e1551c114e..bf94f892213 100644 --- a/swift-protobuf-version.properties +++ b/swift-protobuf-version.properties @@ -6,4 +6,4 @@ version_tag=1.25.2 # Additional suffix for Tangem-specifc intermediate builds -tangem_suffix=tangem1 +tangem_suffix=tangem2