Skip to content

Commit 92d777a

Browse files
committed
release: muxi v4.1.1
1 parent a1b2500 commit 92d777a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "muxi"
3-
version = "4.1.0"
3+
version = "4.1.1"
44
edition = "2024"
55
description = "Create bookmarks for your tmux sessions on the fly! 🚀"
66
readme = "README.md"
@@ -26,19 +26,19 @@ owo-colors = { version = "4.2.3", features = ["supports-colors"] }
2626
serde = { version = "1.0.228", features = ["derive"] }
2727
serde_path_to_error = "0.1.20"
2828
thiserror = "2.0.17"
29-
toml_edit = { version = "0.23.9", features = ["serde"] }
3029
timeago = "0.5"
30+
toml_edit = { version = "0.23.9", features = ["serde"] }
3131
url = "2.5.7"
3232

3333
[dev-dependencies]
3434
temp-env = "0.3.6"
3535
uuid = { version = "1.19.0", features = ["serde", "v4"] }
3636

37-
[profile.profiling]
38-
inherits = "release"
39-
debug = true
40-
4137
# The profile that 'cargo dist' will build with
4238
[profile.dist]
4339
inherits = "release"
4440
lto = "thin"
41+
42+
[profile.profiling]
43+
inherits = "release"
44+
debug = true

0 commit comments

Comments
 (0)