From cca1dc2303bd4887594a483295b84d372d45f91f Mon Sep 17 00:00:00 2001 From: evalir Date: Thu, 3 Jul 2025 15:54:49 +0200 Subject: [PATCH] chore: v0.5.1 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 019ab0e..352616e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ name = "init4-bin-base" description = "Internal utilities for binaries produced by the init4 team" keywords = ["init4", "bin", "base"] -version = "0.5.0" +version = "0.5.1" edition = "2021" rust-version = "1.81" authors = ["init4", "James Prestwich"] @@ -78,4 +78,4 @@ required-features = ["perms"] [[example]] name = "tx_cache" path = "examples/tx_cache.rs" -required-features = ["perms"] \ No newline at end of file +required-features = ["perms"]