We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70ad140 commit 9b232eaCopy full SHA for 9b232ea
.github/workflows/release.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Install cross
54
uses: taiki-e/install-action@v2
55
with:
56
- tool: cross@0.2.5
+ tool: cross
57
58
- name: Build with cross
59
run: cross build --release --target=${{ matrix.job.target }}
justfile
@@ -1,4 +1,4 @@
1
-PROJECT := "rasusa"
+PROJECT := "lrge"
2
3
# run clippy to check for linting issues
4
lint:
0 commit comments