diff options
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | src/bibiman/search.rs | 1 |
3 files changed, 3 insertions, 2 deletions
@@ -71,7 +71,7 @@ dependencies = [ [[package]] name = "bibiman" -version = "0.6.1" +version = "0.6.2" dependencies = [ "arboard", "biblatex", @@ -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); |
