From 8d714f760bd0349560d464583a151a04a19de1c9 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Wed, 13 Aug 2025 18:44:20 +0100 Subject: rename category -> bucket --- schist_core/schist_fakes/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'schist_core/schist_fakes/src/lib.rs') diff --git a/schist_core/schist_fakes/src/lib.rs b/schist_core/schist_fakes/src/lib.rs index 4a22169..ba88fb5 100644 --- a/schist_core/schist_fakes/src/lib.rs +++ b/schist_core/schist_fakes/src/lib.rs @@ -2,6 +2,6 @@ pub mod account; pub mod account_transfer; pub mod bucket; pub mod budget_drip; -pub mod category_transfer; +pub mod bucket_transfer; pub mod transaction; pub mod transaction_categorisation; -- cgit v1.2.3