From 954ae66294673e5c62bea24d9eb4ffed719022c3 Mon Sep 17 00:00:00 2001 From: Uncle Stretch Date: Thu, 27 Nov 2025 17:09:10 +0300 Subject: [PATCH] bump traits package version Signed-off-by: Uncle Stretch --- pallets/traits/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallets/traits/Cargo.toml b/pallets/traits/Cargo.toml index e77f3fe..78ea5c2 100644 --- a/pallets/traits/Cargo.toml +++ b/pallets/traits/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ghost-traits" -version = "0.3.23" +version = "0.3.24" license.workspace = true authors.workspace = true edition.workspace = true