diff options
| author | lukeflo | 2025-10-06 11:54:49 +0200 |
|---|---|---|
| committer | lukeflo | 2025-10-06 11:54:49 +0200 |
| commit | c93372bf76fa05cff2653554c333d4d143555682 (patch) | |
| tree | 8de9c3caefc6c3607047d53f96d31a0f3ba53cbc | |
| parent | ecc4e102a5e8203407ca30f4d7c0abb871fa7111 (diff) | |
| download | bibiman-c93372bf76fa05cff2653554c333d4d143555682.tar.gz bibiman-c93372bf76fa05cff2653554c333d4d143555682.zip | |
parse basic latex macros: version bump v.0.15.0
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 3 |
2 files changed, 2 insertions, 3 deletions
@@ -97,7 +97,7 @@ checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1" [[package]] name = "bibiman" -version = "0.14.1" +version = "0.15.0" dependencies = [ "arboard", "biblatex", @@ -1,6 +1,6 @@ [package] name = "bibiman" -version = "0.14.1" +version = "0.15.0" authors = ["lukeflo <lukeflo_git@posteo.de>"] license = "GPL-3.0-or-later" repository = "https://codeberg.org/lukeflo/bibiman" @@ -35,7 +35,6 @@ tui-input = "0.11.0" walkdir = "2.5.0" regex = "1.11.1" ureq = "2.12.1" -# config = { version = "0.15.8", default-features = false, features = ["async", "async-trait", "convert-case", "convert_case", "toml"] } serde = { version = "1.0.217", features = ["serde_derive"] } figment = { version = "0.10.19", features = [ "toml", "test" ]} owo-colors = "4.2.2" |
