Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rushstr-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rushstr-core"
version = "1.4.0"
version = "1.4.1"
edition = "2024"
description = "An interactive, Rust-powered shell history search tool inspired by hstr"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions rushstr-tui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rushstr-tui"
version = "1.4.0"
version = "1.4.1"
edition = "2024"
description = "An interactive, Rust-powered shell history search tool inspired by hstr"
license = "MIT"
Expand All @@ -13,4 +13,4 @@ crossterm.workspace = true
ratatui.workspace = true
anyhow.workspace = true
arboard.workspace = true
rushstr-core = { path = "../rushstr-core", version = "1.4.0" }
rushstr-core = { path = "../rushstr-core", version = "1.4.1" }
6 changes: 3 additions & 3 deletions rushstr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rushstr"
version = "1.4.0"
version = "1.4.1"
edition = "2024"
description = "An interactive, Rust-powered shell history search tool inspired by hstr"
license = "MIT"
Expand All @@ -11,8 +11,8 @@ homepage = "https://github.com/donhk/rushstr"
[dependencies]
anyhow.workspace = true
clap.workspace = true
rushstr-core = { path = "../rushstr-core", version = "1.4.0" }
rushstr-tui = { path = "../rushstr-tui", version = "1.4.0" }
rushstr-core = { path = "../rushstr-core", version = "1.4.1" }
rushstr-tui = { path = "../rushstr-tui", version = "1.4.1" }

[[bin]]
name = "rushstr"
Expand Down