diff options
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 3 | ||||
| -rw-r--r-- | src/bibiman.rs | 1 |
3 files changed, 2 insertions, 4 deletions
@@ -86,7 +86,7 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "bibiman" -version = "0.8.2" +version = "0.9.0" dependencies = [ "arboard", "biblatex", @@ -1,6 +1,6 @@ [package] name = "bibiman" -version = "0.8.2" +version = "0.9.0" authors = ["lukeflo <lukeflo_git@posteo.de>"] license = "GPL-3.0-or-later" repository = "https://codeberg.org/lukeflo/bibiman" @@ -21,7 +21,6 @@ biblatex = "0.10.0" color-eyre = "0.6.3" crossterm = { version = "0.28.1", features = ["event-stream"] } dirs = "5.0.1" -# doi = "0.3.0" editor-command = "0.1.1" futures = "0.3.30" rand = "0.8" diff --git a/src/bibiman.rs b/src/bibiman.rs index 0c0d99b..5c2b666 100644 --- a/src/bibiman.rs +++ b/src/bibiman.rs @@ -25,7 +25,6 @@ use crate::{bibiman::entries::EntryTable, bibiman::keywords::TagList}; use arboard::Clipboard; use color_eyre::eyre::Result; use editor_command::EditorBuilder; -use futures::executor::block_on; use ratatui::widgets::ScrollbarState; use regex::Regex; use std::fs; |
