aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--src/bibiman/search.rs1
3 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b8a50ce..c8aa5e2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -71,7 +71,7 @@ dependencies = [
[[package]]
name = "bibiman"
-version = "0.6.1"
+version = "0.6.2"
dependencies = [
"arboard",
"biblatex",
diff --git a/Cargo.toml b/Cargo.toml
index d0180a8..ccfbeab 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bibiman"
-version = "0.6.1"
+version = "0.6.2"
authors = ["lukeflo <lukeflo_git@posteo.de>"]
license = "GPL-3.0-or-later"
edition = "2021"
diff --git a/src/bibiman/search.rs b/src/bibiman/search.rs
index 3da5392..362d0f9 100644
--- a/src/bibiman/search.rs
+++ b/src/bibiman/search.rs
@@ -141,6 +141,7 @@ mod tests {
abstract_text: "An abstract with multiple sentences. Here is the second".to_string(),
doi_url: "https://www.bibiman.org".to_string(),
filepath: "/home/file/path.pdf".to_string(),
+ subtitle: None,
};
let joined_vec = BibiSearch::convert_to_string(&bibvec);