Skip to content

Commit 6a10aa6

Browse files
committed
rust: update toolchain to 1.79.0
This reduces the binary size by 3648 bytes.
1 parent 7ab7233 commit 6a10aa6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/run-container-ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
set -e
2626
set -x
2727

28-
CONTAINER=shiftcrypto/firmware_v2:38
28+
CONTAINER=shiftcrypto/firmware_v2:39
2929

3030
if [ "$1" == "pull" ] ; then
3131
docker pull "$CONTAINER"

src/rust/rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "1.78.0"
2+
channel = "1.79.0"

0 commit comments

Comments
 (0)