File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff 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%%
Original file line number Diff line number Diff line change 22
33
44set_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}
You can’t perform that action at this time.
0 commit comments