@@ -7,7 +7,7 @@ use std::fmt;
7
7
pub struct VergenInfo {
8
8
/// `VERGEN_BUILD_TIMESTAMP` e.g. `2021-02-25T23:28:39.493201+00:00`
9
9
pub build_timestamp : String ,
10
- /// `VERGEN_BUILD_SEMVER ` e.g. `5.0.0`
10
+ /// `CARGO_PKG_VERSION ` e.g. `5.0.0`
11
11
pub build_semver : String ,
12
12
/// `VERGEN_RUSTC_CHANNEL` e.g. `nightly`
13
13
pub rustc_channel : String ,
@@ -23,15 +23,15 @@ pub struct VergenInfo {
23
23
pub rustc_semver : String ,
24
24
/// `VERGEN_CARGO_FEATURES` e.g. `git,build`
25
25
pub cargo_features : String ,
26
- /// `VERGEN_CARGO_PROFILE ` e.g. `debug`
26
+ /// `VERGEN_CARGO_OPT_LEVEL ` e.g. `debug`
27
27
pub cargo_profile : String ,
28
28
/// `VERGEN_CARGO_TARGET_TRIPLE` e.g. `x86_64-unknown-linux-gnu`
29
29
pub cargo_target_triple : String ,
30
30
/// `VERGEN_GIT_BRANCH` e.g. `feature/fun`
31
31
pub git_branch : String ,
32
32
/// `VERGEN_GIT_COMMIT_TIMESTAMP` e.g. `2021-02-24T20:55:21+00:00`
33
33
pub git_commit_timestamp : String ,
34
- /// `VERGEN_GIT_SEMVER ` e.g. `5.0.0-2-gf49246c`
34
+ /// `VERGEN_GIT_DESCRIBE ` e.g. `5.0.0-2-gf49246c`
35
35
pub git_semver : String ,
36
36
/// `VERGEN_GIT_SHA` e.g. `f49246ce334567bff9f950bfd0f3078184a2738a`
37
37
pub git_sha : String ,
0 commit comments