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"]