Skip to content

Commit 563b2a5

Browse files
committed
release: muxi v2.2.2
1 parent 50a1e96 commit 563b2a5

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "muxi"
3-
version = "2.2.1"
3+
version = "2.2.2"
44
edition = "2021"
55
authors = ["David Marchante <[email protected]>"]
66
description = "Create bookmarks for your tmux sessions on the fly! 🚀"
@@ -49,7 +49,13 @@ ci = "github"
4949
# The installers to generate for each app
5050
installers = ["shell"]
5151
# Target platforms to build apps for (Rust target-triple syntax)
52-
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
52+
targets = [
53+
"aarch64-apple-darwin",
54+
"x86_64-apple-darwin",
55+
"x86_64-unknown-linux-gnu",
56+
"x86_64-unknown-linux-musl",
57+
"x86_64-pc-windows-msvc",
58+
]
5359
# Publish jobs to run in CI
5460
pr-run-mode = "plan"
5561
# Path that installers should place binaries in

0 commit comments

Comments
 (0)