Skip to content

Commit 3c34d24

Browse files
committed
version bump for next release
1 parent f7b0f78 commit 3c34d24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ authors = ["Jason Ozias <[email protected]>"]
33
categories = ["development-tools", "development-tools::build-utils"]
44
description = "Generate 'cargo:rustc-env' instructions via 'build.rs' for use in your code via the env! macro"
55
documentation = "http://docs.rs/vergen"
6-
edition = "2018"
6+
edition = "2021"
77
homepage = "http://github.com/rustyhorde/vergen"
88
keywords = ["cargo", "instructions", "build", "tool"]
99
license = "MIT OR Apache-2.0"
1010
name = "vergen"
1111
readme = "README.md"
1212
repository = "https://github.com/rustyhorde/vergen"
1313
resolver = "2"
14-
version = "7.3.2"
14+
version = "7.4.0"
1515

1616
[package.metadata.cargo-all-features]
1717
denylist = ["local_offset","time","git2","rustc_version","sysinfo"]

0 commit comments

Comments
 (0)