Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9a77430

Browse files
committed
fix issue for reverse-i-search
1 parent f9e5ef0 commit 9a77430

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# cicada Release Notes
22

3+
## 1.1.2 - 2025.04.19
4+
5+
- Fix issues in `reverse-i-search`.
6+
37
## 1.1.1 - 2025.04.10
48

59
- Had to fork linefeed to publish to crates.io

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ glob = "0.3.0"
3030
lazy_static = "1.5.0"
3131
libc = "0.2.0"
3232
# lineread = { path = "../lineread" }
33-
lineread = "0.7.1-beta"
33+
lineread = "0.7.2"
3434
pest = "2.7"
3535
pest_derive = "2.7"
3636
regex = "1"

0 commit comments

Comments
 (0)