aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorlukeflo2025-01-29 21:24:41 +0100
committerlukeflo2025-01-29 21:24:41 +0100
commitebafb9827c8545a4f3d84db85ee61fb140254ef8 (patch)
tree7fb5435162625661f7f9cd7b92f7dbc9aa0090b0 /Cargo.lock
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.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 51cf869..8135696 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -86,7 +86,7 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
[[package]]
name = "bibiman"
-version = "0.9.3"
+version = "0.10.0"
dependencies = [
"arboard",
"biblatex",