Skip to content

Commit

Permalink
chore: release v0.0.14 (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dmytro Halichenko <dmytrohalichenko@gmail.com>
  • Loading branch information
github-actions[bot] and gimalay committed Feb 1, 2025
1 parent 67338b2 commit e76b8fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# (required) Comma-separated list of binary names (non-extension portion of filename) to build and upload.
# Note that glob pattern is not supported yet.
bin: iwe,iwes
archive: iwe-$tag-$target
archive: $tag-$target
# (optional) Target triple, default is host triple.
target: ${{ matrix.target }}
# (required) GitHub token for uploading assets to GitHub Releases.
Expand Down
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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ license = "Apache-2.0"
edition = "2021"
rust-version = "1.82"
repository = "https://github.com/iwe-org/iwe"
version = "0.0.13"
version = "0.0.14"

[workspace.dependencies]
liwe = { path = "./crates/liwe", version = "0.0.13" }
liwe = { path = "./crates/liwe", version = "0.0.14" }
anyhow = "1.0.41"
clap = { version = "4.0", features = ["derive"] }
crossbeam-channel = "0.5.8"
Expand Down

0 comments on commit e76b8fd

Please sign in to comment.