aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorlukeflo2024-10-25 16:11:04 +0200
committerlukeflo2024-10-25 16:11:04 +0200
commitf6789f31f714db4585587486500706bb569a9069 (patch)
treec9da7baccae21e1a5f88fe8eabbaf7a07b65ed5f /Cargo.toml
parenta99f14777ed0107b9673de046d820514cec3fb97 (diff)
downloadbibiman-f6789f31f714db4585587486500706bb569a9069.tar.gz
bibiman-f6789f31f714db4585587486500706bb569a9069.zip
version bumb 0.5.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d2f06e4..01155f2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"]}