aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml3
-rw-r--r--src/bibiman.rs1
3 files changed, 2 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ddd8f7c..1bf0ac3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -86,7 +86,7 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
[[package]]
name = "bibiman"
-version = "0.8.2"
+version = "0.9.0"
dependencies = [
"arboard",
"biblatex",
diff --git a/Cargo.toml b/Cargo.toml
index ca1f146..bf3a680 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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;