diff options
| author | lukeflo | 2024-10-25 16:11:04 +0200 |
|---|---|---|
| committer | lukeflo | 2024-10-25 16:11:04 +0200 |
| commit | f6789f31f714db4585587486500706bb569a9069 (patch) | |
| tree | c9da7baccae21e1a5f88fe8eabbaf7a07b65ed5f /Cargo.toml | |
| parent | a99f14777ed0107b9673de046d820514cec3fb97 (diff) | |
| download | bibiman-f6789f31f714db4585587486500706bb569a9069.tar.gz bibiman-f6789f31f714db4585587486500706bb569a9069.zip | |
version bumb 0.5.0
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "bibiman" -version = "0.4.4" +version = "0.5.0" authors = ["lukeflo <lukeflo@some.email.not>"] license = "GPL-3.0-or-later" edition = "2021" @@ -16,7 +16,6 @@ color-eyre = "0.6.3" crossterm = { version = "0.28.1", features = ["event-stream"] } editor-command = "0.1.1" futures = "0.3.30" -hayagriva = "0.8.0" itertools = "0.13.0" nucleo-matcher = "0.3.1" ratatui = { version = "0.29.0", features = ["unstable-rendered-line-info"]} |
