Skip to content

Commit

Permalink
release: muxi v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iovis committed Nov 6, 2024
1 parent 50a1e96 commit 563b2a5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
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.

10 changes: 8 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "muxi"
version = "2.2.1"
version = "2.2.2"
edition = "2021"
authors = ["David Marchante <[email protected]>"]
description = "Create bookmarks for your tmux sessions on the fly! 🚀"
Expand Down Expand Up @@ -49,7 +49,13 @@ ci = "github"
# 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", "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-unknown-linux-musl",
"x86_64-pc-windows-msvc",
]
# Publish jobs to run in CI
pr-run-mode = "plan"
# Path that installers should place binaries in
Expand Down

0 comments on commit 563b2a5

Please sign in to comment.