Skip to content

Commit

Permalink
bump to v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-p committed Nov 27, 2024
1 parent f6d1aed commit 200f0f8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "piscem"
version = "0.10.4"
version = "0.11.0"
edition = "2021"
build = "build.rs"
repository = "https://github.com/COMBINE-lab/piscem"
Expand Down Expand Up @@ -40,7 +40,11 @@ cargo-dist-version = "0.24.1"
# The installers to generate for each app
installers = ["shell"]
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu"]
targets = [
"aarch64-apple-darwin",
"x86_64-apple-darwin",
"x86_64-unknown-linux-gnu",
]
# The archive format to use for non-windows builds (defaults .tar.xz)
unix-archive = ".tar.gz"
# CI backends to support
Expand Down

0 comments on commit 200f0f8

Please sign in to comment.