Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
quickemu-rs@0.7.0
quickget-rs@0.7.0
quickget_ci@0.7.0

Generated by cargo-workspaces
  • Loading branch information
lj3954 committed Jun 2, 2024
1 parent a0c7157 commit af2adb3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- uses: actions/checkout@v4
- uses: taiki-e/upload-rust-binary-action@v1
with:
bin: quickemu-rs
bin: quickemu-rs,quickget-rs
archive: "quickemurs-${{ matrix.target }}.tar.gz"
target: ${{ matrix.target }}
token: ${{ secrets.GITHUB_TOKEN }}
6 changes: 3 additions & 3 deletions 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 quickemu/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quickemu-rs"
version = "0.6.2"
version = "0.7.0"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion quickget/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quickget-rs"
version = "0.1.0"
version = "0.7.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion quickget_ci/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quickget_ci"
version = "0.2.0"
version = "0.7.0"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit af2adb3

Please sign in to comment.