We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b346abc commit 7cd2084Copy full SHA for 7cd2084
rust/cargokit.yml
@@ -1,3 +1,9 @@
1
+cargo:
2
+ debug:
3
+ toolchain: 1.82.0
4
+ release:
5
6
+
7
precompiled_binaries:
8
# Uri prefix used when downloading precompiled binaries.
9
url_prefix: https://github.com/rust-nostr/nostr-sdk-flutter/releases/download/precompiled_
rust/rust-toolchain.toml
@@ -1,2 +1,2 @@
[toolchain]
-channel = "1.82.0"
+channel = "1.82.0" # When changed, update it also in cargokit.yaml
0 commit comments