aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorlukeflo2025-01-29 21:24:41 +0100
committerlukeflo2025-01-29 21:24:41 +0100
commitebafb9827c8545a4f3d84db85ee61fb140254ef8 (patch)
tree7fb5435162625661f7f9cd7b92f7dbc9aa0090b0 /Cargo.toml
parentdd108698cfbfda6ba251c75f821f7a4ede9b0608 (diff)
downloadbibiman-ebafb9827c8545a4f3d84db85ee61fb140254ef8.tar.gz
bibiman-ebafb9827c8545a4f3d84db85ee61fb140254ef8.zip
Simplify codebase
+ Remove EntryTableItem struct + Simply use the initial generated BibiData struct + One simple `.clone()`, thus, replaces multiple iterations + Keep all other actions
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6323ac2..baa65b9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bibiman"
-version = "0.9.3"
+version = "0.10.0"
authors = ["lukeflo <lukeflo_git@posteo.de>"]
license = "GPL-3.0-or-later"
repository = "https://codeberg.org/lukeflo/bibiman"