Skip to content

Releases: rustyhorde/vergen

v6.0.1

24 Jan 19:59
6.0.1
b91f2ae
Compare
Choose a tag to compare
  • sysinfo dependency updated.
  • MSRV increased to 1.54
  • Documentation

v6.0.0

09 Dec 19:31
6.0.0
21d6cdc
Compare
Choose a tag to compare
  • The Copy impl was dropped from the Config struct to facilitate specifying a non-standard git base path.

v5.1.17

03 Nov 12:44
5.1.17
63c5da1
Compare
Choose a tag to compare
  • Removed unstable lints from nightly/beta.

v5.1.16

20 Oct 22:11
5.1.16
a3fbd6d
Compare
Choose a tag to compare
  • Tightened the chrono dependency so it doesn't pull in child dependencies with rustsec issues.

v5.1.15

05 Aug 14:56
5.1.15
a52243b
Compare
Choose a tag to compare
  • Pinned sysinfo to 0.19 to avoid 1.54 minimum supported version of Rust stable for now.
  • Updated lints to latest for development.

v5.1.14

29 Jul 16:48
5.1.14
925414e
Compare
Choose a tag to compare
  • Documentation update.
  • Updated the lints matrix for development, no functional impact.

v5.1.13

12 Jul 17:12
5.1.13
1c00f48
Compare
Choose a tag to compare
  • 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

01 Jul 02:54
5.1.12
a113046
Compare
Choose a tag to compare
  • Pinned sysinfo crate to 0.19.

v5.1.11

29 Jun 17:39
5.1.11
429f0c2
Compare
Choose a tag to compare
  • Fixed broken linux & windows builds. Also updated the lints to represent current state.

v5.1.10

29 Jun 16:55
5.1.10
3c9ccc3
Compare
Choose a tag to compare
  • Fix breaking changes from sysinfo crate