Releases: rustyhorde/vergen
Releases · rustyhorde/vergen
v7.3.1
v7.2.1
v7.2.0
- Added the ability to generate the git author and git email independently.
v7.1.0
v7.0.0
- Migrated from
chrono
totime
as it's better maintained. - Placed the local timezone support behind a feature flag (
local_offset
). There is a known issue that can cause a potential segfault in thetime
crate (which also affectedchrono
).
v6.0.2
- Fixed issue where 1.57 couldn't be used to build because of incorrect lints setup in
build.rs
v6.0.1
sysinfo
dependency updated.- MSRV increased to 1.54
- Documentation
v6.0.0
- The
Copy
impl was dropped from theConfig
struct to facilitate specifying a non-standard git base path.
v5.1.17
v5.1.16
- Tightened the
chrono
dependency so it doesn't pull in child dependencies with rustsec issues.