File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 4141 steps :
4242 - uses : actions/checkout@v4
4343
44- - uses : actions-rust-lang/setup-rust-toolchain@v1
45- with :
46- toolchain : stable
47- components : rustfmt
48- cache : true
49- cache-all-crates : true
50- rust-src-dir : tests/sqlx/
51-
5244 - uses : jdx/mise-action@v2
5345 with :
54- version : 2025.1.6 # [default: latest] mise version to install
46+ version : 2025.11.2 # [default: latest] mise version to install
5547 install : true # [default: true] run `mise install`
5648 cache : true # [default: true] cache mise using GitHub's cache
5749
Original file line number Diff line number Diff line change 88# ]
99
1010[tools ]
11- rust = " latest"
11+ " rust" = { version = " latest" , profile = " default " }
1212"cargo:cargo-binstall" = " latest"
1313"cargo:sqlx-cli" = " latest"
1414
You can’t perform that action at this time.
0 commit comments