Skip to content

Commit 3f7a02e

Browse files
committed
chore: release v0.7.0
1 parent d65f2a5 commit 3f7a02e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Install Cross
7272
shell: bash
73-
if: ${{ startsWith(matrix.job.target, 'aarch64-') }}
73+
if: ${{ startsWith(matrix.job.target, 'aarch64') || endsWith(matrix.job.target, 'musl') }}
7474
run: |
7575
cargo install cross
7676
echo "CARGO=cross" >> $GITHUB_ENV

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lemmy-help"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
description = "Emmylua parser and transformer"
55
authors = ["numToStr <hello@vikasraj.dev>"]
66
edition = "2021"

0 commit comments

Comments
 (0)