From 3c34d246cc5fc517fb0072b9930af43b75337860 Mon Sep 17 00:00:00 2001 From: Jason Ozias Date: Tue, 16 Aug 2022 15:31:51 -0400 Subject: [PATCH] version bump for next release --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2e078073..3d6386e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Jason Ozias "] categories = ["development-tools", "development-tools::build-utils"] description = "Generate 'cargo:rustc-env' instructions via 'build.rs' for use in your code via the env! macro" documentation = "http://docs.rs/vergen" -edition = "2018" +edition = "2021" homepage = "http://github.com/rustyhorde/vergen" keywords = ["cargo", "instructions", "build", "tool"] license = "MIT OR Apache-2.0" @@ -11,7 +11,7 @@ name = "vergen" readme = "README.md" repository = "https://github.com/rustyhorde/vergen" resolver = "2" -version = "7.3.2" +version = "7.4.0" [package.metadata.cargo-all-features] denylist = ["local_offset","time","git2","rustc_version","sysinfo"]