Skip to content

Commit

Permalink
Testing Release v0.1.1-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
shekohex committed Sep 20, 2024
1 parent 2d083fc commit 0a3d0ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ github-build-setup = "build-setup.yml"
# The installers to generate for each app
installers = ["shell", "powershell"]
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
# Path that installers should place binaries in
install-path = "CARGO_HOME"
# Whether to install an updater program
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-tangle"
version = "0.1.1-beta.4"
version = "0.1.1-beta.5"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit 0a3d0ba

Please sign in to comment.