Skip to content

Commit 9b232ea

Browse files
committed
ci: relax cross version pin
1 parent 70ad140 commit 9b232ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Install cross
5454
uses: taiki-e/install-action@v2
5555
with:
56-
tool: cross@0.2.5
56+
tool: cross
5757

5858
- name: Build with cross
5959
run: cross build --release --target=${{ matrix.job.target }}

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PROJECT := "rasusa"
1+
PROJECT := "lrge"
22

33
# run clippy to check for linting issues
44
lint:

0 commit comments

Comments
 (0)