Skip to content

Commit

Permalink
chore: release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
numToStr committed Apr 21, 2022
1 parent fc846ee commit eace852
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@ jobs:
with:
use-cross: ${{ matrix.job.use_cross }}
command: build
# args: --release --features=cli --target=${{ matrix.job.target }}
args: --release --target=${{ matrix.job.target }}
args: --release --features=cli --target=${{ matrix.job.target }}

- name: Package
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lemmy-help"
version = "0.0.0"
version = "0.0.1"
description = "Emmylua parser and transformer"
authors = ["numToStr <[email protected]>"]
edition = "2021"
Expand Down

0 comments on commit eace852

Please sign in to comment.