Skip to content

Commit 4815d63

Browse files
committed
misc: update xelis_flutter, restore rust_version.sh to 1.85.1 for generic toolchain
1 parent 718fa9c commit 4815d63

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

pubspec.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2632,11 +2632,11 @@ packages:
26322632
dependency: "direct main"
26332633
description:
26342634
path: "."
2635-
ref: "v0.2.0"
2636-
resolved-ref: "4aeeebc80a1b364b2105799cd1b08d159725bfac"
2635+
ref: "v0.2.1"
2636+
resolved-ref: afcc21e0499e78236ca618c7d9f6bee8280dede1
26372637
url: "https://github.com/xelis-project/xelis-flutter-ffi.git"
26382638
source: git
2639-
version: "0.2.0"
2639+
version: "0.2.1"
26402640
xml:
26412641
dependency: transitive
26422642
description:

scripts/app_config/templates/pubspec.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies:
3737
# xelis_flutter:
3838
# git:
3939
# url: https://github.com/xelis-project/xelis-flutter-ffi.git
40-
# ref: v0.2.0
40+
# ref: v0.2.1
4141
# %%END_ENABLE_XEL%%
4242

4343
# %%ENABLE_FIRO%%

scripts/rust_version.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33

44
set_rust_to_everything_else() {
5-
if rustup toolchain list | grep -q "1.91.0"; then
6-
rustup default 1.91.0
5+
if rustup toolchain list | grep -q "1.85.1"; then
6+
rustup default 1.85.1
77
else
8-
echo "Rust version 1.91.0 is not installed. Please install it using 'rustup install 1.91.0'." >&2
8+
echo "Rust version 1.85.1 is not installed. Please install it using 'rustup install 1.85.1'." >&2
99
exit 1
1010
fi
1111
}

0 commit comments

Comments
 (0)