Skip to content

Commit

Permalink
Um, remove copy/paste error :-(
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceadams committed Nov 22, 2020
1 parent 11ddf7b commit 71e8f76
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
- name: Windows build
if: runner.os == 'Windows'
run: |
sudo apt-get install musl-tools
rustup target add aarch64-pc-windows-msvc
cargo build --release --verbose
cargo build --release --target aarch64-pc-windows-msvc --verbose
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 = "yj"
version = "1.1.28"
version = "1.1.29"
authors = ["Bruce Adams <[email protected]>"]
categories = ["command-line-utilities"]
description = "Command line tool that converts YAML to JSON"
Expand Down

0 comments on commit 71e8f76

Please sign in to comment.