Skip to content

Commit

Permalink
Use rust toolchain v1.82.0 also for precompiled binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
yukibtc committed Dec 23, 2024
1 parent b346abc commit 7cd2084
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions rust/cargokit.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
cargo:
debug:
toolchain: 1.82.0
release:
toolchain: 1.82.0

precompiled_binaries:
# Uri prefix used when downloading precompiled binaries.
url_prefix: https://github.com/rust-nostr/nostr-sdk-flutter/releases/download/precompiled_
Expand Down
2 changes: 1 addition & 1 deletion rust/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.82.0"
channel = "1.82.0" # When changed, update it also in cargokit.yaml

0 comments on commit 7cd2084

Please sign in to comment.