Skip to content

Commit 7cd2084

Browse files
committed
Use rust toolchain v1.82.0 also for precompiled binaries
1 parent b346abc commit 7cd2084

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

rust/cargokit.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
cargo:
2+
debug:
3+
toolchain: 1.82.0
4+
release:
5+
toolchain: 1.82.0
6+
17
precompiled_binaries:
28
# Uri prefix used when downloading precompiled binaries.
39
url_prefix: https://github.com/rust-nostr/nostr-sdk-flutter/releases/download/precompiled_

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.82.0"
2+
channel = "1.82.0" # When changed, update it also in cargokit.yaml

0 commit comments

Comments
 (0)