Releases: rustyhorde/vergen
Releases · rustyhorde/vergen
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.
v5.1.15
v5.1.14
- Documentation update.
- Updated the lints matrix for development, no functional impact.
v5.1.13
- Turn off lints if using a stable version earlier than the MSRV (1.53 currently). Lints are only really needed during development so this should be safe.
v5.1.12
- Pinned
sysinfo
crate to 0.19.
v5.1.11
- Fixed broken linux & windows builds. Also updated the lints to represent current state.
v5.1.10
- Fix breaking changes from
sysinfo
crate