From ebafb9827c8545a4f3d84db85ee61fb140254ef8 Mon Sep 17 00:00:00 2001 From: lukeflo Date: Wed, 29 Jan 2025 21:24:41 +0100 Subject: Simplify codebase + Remove EntryTableItem struct + Simply use the initial generated BibiData struct + One simple `.clone()`, thus, replaces multiple iterations + Keep all other actions --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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 "] license = "GPL-3.0-or-later" repository = "https://codeberg.org/lukeflo/bibiman" -- cgit v1.2.3