From 160336f9e6ef4f46de054fa23aefdfbb3406e2cc Mon Sep 17 00:00:00 2001 From: Jason Ozias Date: Fri, 29 Jul 2022 09:35:46 -0400 Subject: [PATCH] version bump for next release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b5c5587f..c10e8f95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0" name = "vergen" readme = "README.md" repository = "https://github.com/rustyhorde/vergen" -version = "7.3.1" +version = "7.3.2" [package.metadata.cargo-all-features] denylist = ["local_offset","time","git2","rustc_version","sysinfo"]