dsc
dsc copied to clipboard
Update Rust crate vergen to v8
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| vergen | build-dependencies | major | 7.5.1 -> 8.0.0 |
Release Notes
rustyhorde/vergen (vergen)
v8.3.1: - vergen
- Documentation updates to make more clear the feature selection and usage due to cargo feature unification.
v8.3.0: - vergen
- Partial fix for
cargofeature unification issue with the git features.
v8.2.10: - vergen
- Added re-export of
DependencyKindto make using the new cargo dependencies feature more smooth
v8.2.9: - vergen
- Added support for
VERGEN_CARGO_DEPENDENCIES - Added checks for shallow clones in git repositories.
- Filter newlines from output intended for
cargo:rustc-envinstructions. Strings with newlines break this output. - Added configuration to the
sifeature to allow more granular control over what is refreshed when initializingsysinfo.
v8.2.8: - vergen
- Documentation update to make examples at top level more clear.
v8.2.7: - vergen
- Dependency updates
- Added support for
dirtystatus in output
v8.2.6: - vergen
- Mainly dependency updates
- docs.rs documentation generation fix
v8.2.5
v8.2.4: - vergen
- Updated
timeto0.3.22to fix issues where a new used function did not appear in older patch versions, causing those who haven't runcargo updaterecently to see errors buildingvergen
v8.2.3
- Updated
gixto 0.48.0 - Added support for specifying a custom
build.rslocation. - Added support for using a local offset for date/timestamp display.
NOTE - Using a local offset will likely cause failures on Unix systems due to theSoundnesscheck that thetimecrate performs. I don't want to introduce unsoundness support tovergen.
v8.2.1: - vergen
- Bugfix for
gitclfeature timestamp parsing.
v8.2.0: - vergen
- Added the ability to disable emission, even if a feature is enabled (i.e.
disable_git) - Added the ability to skip emission, even if a feature is enabled and emission is not disabled.
v8.1.3: - vergen
-
gixdependency updated to0.44.1.0.43.1and0.44.0were yanked due to dependency issues.
v8.1.2: - vergen
- Documentation corrections
- Dependency updates (mainly
git2-rsto0.17.1)
v8.1.1
- Documentation updates and fixes.
- Updated
--matchon thegitclfeature to be wrapped with quotes so globbing works properly across many shells.
v8.1.0
- Fixed issue with
gitclcommand line check. Some versions of git do not recognize the-voption. This was changed togit --versionby default. You can also now specify the command you wish to use to check for git in configuration. - Updated some out of date docs referring to an old feature.
- Added the ability to specify a
matchglob string for thegit describeoutput. This is supported in thegitclandgit2features. At this time I could not determine how to do the similar logic withgitoxideso this config has no effect in that feature.
v8.0.0
- Updated to
gix 0.42.0. - Updated
README.mdto reflect new release.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.