d-e-s-o Switch to using grev::git_revision_auto() function in build.rs
7991b9c Jan 6, 2023
Switch to using grev::git_revision_auto() function in build.rs
With the release of version 0.1.3 of the grev crate, the git_revision()
function that we were relying on in our build script has been
deprecated.
With this change we replace its usage with the recommended
git_revision_auto() function instead.
7991b9c