From 6c748a36287dc9ee993a6890024eb8f7402e3a5f Mon Sep 17 00:00:00 2001 From: dylan Date: Wed, 5 Nov 2025 12:23:24 -0700 Subject: [PATCH] deps: bump crate version --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7907ecf..fc210a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,8 +3,7 @@ name = "init4-bin-base" description = "Internal utilities for binaries produced by the init4 team" keywords = ["init4", "bin", "base"] - -version = "0.15.1" +version = "0.16.0" edition = "2021" rust-version = "1.85" authors = ["init4", "James Prestwich", "evalir"]