Skip to content

chore(deps): update rust crate vergen to v8 - autoclosed #1969

chore(deps): update rust crate vergen to v8 - autoclosed

chore(deps): update rust crate vergen to v8 - autoclosed #1969

Triggered via pull request January 17, 2024 16:56
Status Failure
Total duration 1m 9s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

76 errors and 5 warnings
no variant or associated item named `GitCommitTimestamp` found for enum `VergenKey` in the current scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L559
error[E0599]: no variant or associated item named `GitCommitTimestamp` found for enum `VergenKey` in the current scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:559:32 | 559 | VergenKey::GitCommitTimestamp, | ^^^^^^^^^^^^^^^^^^ variant or associated item not found in `VergenKey` | ::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/key.rs:54:5 | 54 | pub(crate) enum VergenKey { | ------------------------- variant or associated item `GitCommitTimestamp` not found for this enum
no variant or associated item named `GitCommitTimestamp` found for enum `VergenKey` in the current scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L556
error[E0599]: no variant or associated item named `GitCommitTimestamp` found for enum `VergenKey` in the current scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:556:50 | 556 | add_default_map_entry(VergenKey::GitCommitTimestamp, map, warnings); | ^^^^^^^^^^^^^^^^^^ variant or associated item not found in `VergenKey` | ::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/key.rs:54:5 | 54 | pub(crate) enum VergenKey { | ------------------------- variant or associated item `GitCommitTimestamp` not found for this enum
no field `git_config` on type `&EmitBuilder`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L554
error[E0609]: no field `git_config` on type `&EmitBuilder` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:554:17 | 554 | if self.git_config.git_commit_timestamp { | ^^^^^^^^^^ unknown field | = note: available fields are: `build_config`, `cargo_config`, `rustc_config`
no variant or associated item named `GitCommitDate` found for enum `VergenKey` in the current scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L540
error[E0599]: no variant or associated item named `GitCommitDate` found for enum `VergenKey` in the current scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:540:42 | 540 | add_map_entry(VergenKey::GitCommitDate, ts.format(&format)?, map); | ^^^^^^^^^^^^^ | | | variant or associated item not found in `VergenKey` | help: there is a variant with a similar name: `RustcCommitDate` | ::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/key.rs:54:5 | 54 | pub(crate) enum VergenKey { | ------------------------- variant or associated item `GitCommitDate` not found for this enum
no variant or associated item named `GitCommitDate` found for enum `VergenKey` in the current scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L537
error[E0599]: no variant or associated item named `GitCommitDate` found for enum `VergenKey` in the current scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:537:50 | 537 | add_default_map_entry(VergenKey::GitCommitDate, map, warnings); | ^^^^^^^^^^^^^ | | | variant or associated item not found in `VergenKey` | help: there is a variant with a similar name: `RustcCommitDate` | ::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/key.rs:54:5 | 54 | pub(crate) enum VergenKey { | ------------------------- variant or associated item `GitCommitDate` not found for this enum
no field `git_config` on type `&EmitBuilder`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L535
error[E0609]: no field `git_config` on type `&EmitBuilder` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:535:17 | 535 | if self.git_config.git_commit_date { | ^^^^^^^^^^ unknown field | = note: available fields are: `build_config`, `cargo_config`, `rustc_config`
no variant or associated item named `GitCommitTimestamp` found for enum `VergenKey` in the current scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L520
error[E0599]: no variant or associated item named `GitCommitTimestamp` found for enum `VergenKey` in the current scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:520:38 | 520 | add_map_entry(VergenKey::GitCommitTimestamp, value, map); | ^^^^^^^^^^^^^^^^^^ variant or associated item not found in `VergenKey` | ::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/key.rs:54:5 | 54 | pub(crate) enum VergenKey { | ------------------------- variant or associated item `GitCommitTimestamp` not found for this enum
no variant or associated item named `GitCommitDate` found for enum `VergenKey` in the current scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L515
error[E0599]: no variant or associated item named `GitCommitDate` found for enum `VergenKey` in the current scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:515:38 | 515 | add_map_entry(VergenKey::GitCommitDate, value, map); | ^^^^^^^^^^^^^ | | | variant or associated item not found in `VergenKey` | help: there is a variant with a similar name: `RustcCommitDate` | ::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/key.rs:54:5 | 54 | pub(crate) enum VergenKey { | ------------------------- variant or associated item `GitCommitDate` not found for this enum
no field `git_config` on type `&EmitBuilder`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L503
error[E0609]: no field `git_config` on type `&EmitBuilder` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:503:25 | 503 | if self.git_config.use_local { | ^^^^^^^^^^ unknown field | = note: available fields are: `build_config`, `cargo_config`, `rustc_config`
no variant or associated item named `GitDirty` found for enum `VergenKey` in the current scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L469
error[E0599]: no variant or associated item named `GitDirty` found for enum `VergenKey` in the current scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:469:42 | 469 | add_map_entry(VergenKey::GitDirty, "false", map); | ^^^^^^^^ variant or associated item not found in `VergenKey` | ::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/key.rs:54:5 | 54 | pub(crate) enum VergenKey { | ------------------------- variant or associated item `GitDirty` not found for this enum
no variant or associated item named `GitDirty` found for enum `VergenKey` in the current scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L467
error[E0599]: no variant or associated item named `GitDirty` found for enum `VergenKey` in the current scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:467:42 | 467 | add_map_entry(VergenKey::GitDirty, value, map); | ^^^^^^^^ variant or associated item not found in `VergenKey` | ::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/key.rs:54:5 | 54 | pub(crate) enum VergenKey { | ------------------------- variant or associated item `GitDirty` not found for this enum
no field `git_config` on type `&EmitBuilder`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L465
error[E0609]: no field `git_config` on type `&EmitBuilder` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:465:17 | 465 | if self.git_config.git_dirty { | ^^^^^^^^^^ unknown field | = note: available fields are: `build_config`, `cargo_config`, `rustc_config`
no variant or associated item named `GitSha` found for enum `VergenKey` in the current scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L461
error[E0599]: no variant or associated item named `GitSha` found for enum `VergenKey` in the current scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:461:42 | 461 | add_map_entry(VergenKey::GitSha, id, map); | ^^^^^^ variant or associated item not found in `VergenKey` | ::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/key.rs:54:5 | 54 | pub(crate) enum VergenKey { | ------------------------- variant or associated item `GitSha` not found for this enum
no field `git_config` on type `&EmitBuilder`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L456
error[E0609]: no field `git_config` on type `&EmitBuilder` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:456:34 | 456 | let id = if self.git_config.git_sha_short { | ^^^^^^^^^^ unknown field | = note: available fields are: `build_config`, `cargo_config`, `rustc_config`
no variant or associated item named `GitSha` found for enum `VergenKey` in the current scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L454
error[E0599]: no variant or associated item named `GitSha` found for enum `VergenKey` in the current scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:454:42 | 454 | add_map_entry(VergenKey::GitSha, value, map); | ^^^^^^ variant or associated item not found in `VergenKey` | ::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/key.rs:54:5 | 54 | pub(crate) enum VergenKey { | ------------------------- variant or associated item `GitSha` not found for this enum
no field `git_config` on type `&EmitBuilder`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L452
error[E0609]: no field `git_config` on type `&EmitBuilder` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:452:17 | 452 | if self.git_config.git_sha { | ^^^^^^^^^^ unknown field | = note: available fields are: `build_config`, `cargo_config`, `rustc_config`
no variant or associated item named `GitDescribe` found for enum `VergenKey` in the current scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L448
error[E0599]: no variant or associated item named `GitDescribe` found for enum `VergenKey` in the current scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:448:42 | 448 | add_map_entry(VergenKey::GitDescribe, describe, map); | ^^^^^^^^^^^ variant or associated item not found in `VergenKey` | ::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/key.rs:54:5 | 54 | pub(crate) enum VergenKey { | ------------------------- variant or associated item `GitDescribe` not found for this enum
no field `git_config` on type `&EmitBuilder`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L441
error[E0609]: no field `git_config` on type `&EmitBuilder` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:441:46 | 441 | if fmt.depth > 0 && self.git_config.git_describe_dirty { | ^^^^^^^^^^ unknown field | = note: available fields are: `build_config`, `cargo_config`, `rustc_config`
no variant or associated item named `GitDescribe` found for enum `VergenKey` in the current scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L438
error[E0599]: no variant or associated item named `GitDescribe` found for enum `VergenKey` in the current scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:438:42 | 438 | add_map_entry(VergenKey::GitDescribe, value, map); | ^^^^^^^^^^^ variant or associated item not found in `VergenKey` | ::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/key.rs:54:5 | 54 | pub(crate) enum VergenKey { | ------------------------- variant or associated item `GitDescribe` not found for this enum
no field `git_config` on type `&EmitBuilder`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L436
error[E0609]: no field `git_config` on type `&EmitBuilder` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:436:17 | 436 | if self.git_config.git_describe { | ^^^^^^^^^^ unknown field | = note: available fields are: `build_config`, `cargo_config`, `rustc_config`
no variant or associated item named `GitCommitMessage` found for enum `VergenKey` in the current scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L429
error[E0599]: no variant or associated item named `GitCommitMessage` found for enum `VergenKey` in the current scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:429:32 | 429 | VergenKey::GitCommitMessage, | ^^^^^^^^^^^^^^^^ variant or associated item not found in `VergenKey` | ::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/key.rs:54:5 | 54 | pub(crate) enum VergenKey { | ------------------------- variant or associated item `GitCommitMessage` not found for this enum
no variant or associated item named `GitCommitMessage` found for enum `VergenKey` in the current scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L425
error[E0599]: no variant or associated item named `GitCommitMessage` found for enum `VergenKey` in the current scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:425:42 | 425 | add_map_entry(VergenKey::GitCommitMessage, value, map); | ^^^^^^^^^^^^^^^^ variant or associated item not found in `VergenKey` | ::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/key.rs:54:5 | 54 | pub(crate) enum VergenKey { | ------------------------- variant or associated item `GitCommitMessage` not found for this enum
no field `git_config` on type `&EmitBuilder`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L423
error[E0609]: no field `git_config` on type `&EmitBuilder` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:423:17 | 423 | if self.git_config.git_commit_message { | ^^^^^^^^^^ unknown field | = note: available fields are: `build_config`, `cargo_config`, `rustc_config`
no variant or associated item named `GitCommitCount` found for enum `VergenKey` in the current scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L414
error[E0599]: no variant or associated item named `GitCommitCount` found for enum `VergenKey` in the current scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:414:32 | 414 | VergenKey::GitCommitCount, | ^^^^^^^^^^^^^^ variant or associated item not found in `VergenKey` | ::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/key.rs:54:5 | 54 | pub(crate) enum VergenKey { | ------------------------- variant or associated item `GitCommitCount` not found for this enum
no variant or associated item named `GitCommitCount` found for enum `VergenKey` in the current scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L411
error[E0599]: no variant or associated item named `GitCommitCount` found for enum `VergenKey` in the current scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:411:42 | 411 | add_map_entry(VergenKey::GitCommitCount, value, map); | ^^^^^^^^^^^^^^ variant or associated item not found in `VergenKey` | ::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/key.rs:54:5 | 54 | pub(crate) enum VergenKey { | ------------------------- variant or associated item `GitCommitCount` not found for this enum
no field `git_config` on type `&EmitBuilder`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L409
error[E0609]: no field `git_config` on type `&EmitBuilder` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:409:17 | 409 | if self.git_config.git_commit_count { | ^^^^^^^^^^ unknown field | = note: available fields are: `build_config`, `cargo_config`, `rustc_config`
no variant or associated item named `GitCommitAuthorName` found for enum `VergenKey` in the current scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L405
error[E0599]: no variant or associated item named `GitCommitAuthorName` found for enum `VergenKey` in the current scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:405:42 | 405 | add_map_entry(VergenKey::GitCommitAuthorName, name.into_owned(), map); | ^^^^^^^^^^^^^^^^^^^ variant or associated item not found in `VergenKey` | ::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/key.rs:54:5 | 54 | pub(crate) enum VergenKey { | ------------------------- variant or associated item `GitCommitAuthorName` not found for this enum
no variant or associated item named `GitCommitAuthorName` found for enum `VergenKey` in the current scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L402
error[E0599]: no variant or associated item named `GitCommitAuthorName` found for enum `VergenKey` in the current scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:402:42 | 402 | add_map_entry(VergenKey::GitCommitAuthorName, value, map); | ^^^^^^^^^^^^^^^^^^^ variant or associated item not found in `VergenKey` | ::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/key.rs:54:5 | 54 | pub(crate) enum VergenKey { | ------------------------- variant or associated item `GitCommitAuthorName` not found for this enum
no field `git_config` on type `&EmitBuilder`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L400
error[E0609]: no field `git_config` on type `&EmitBuilder` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:400:17 | 400 | if self.git_config.git_commit_author_name { | ^^^^^^^^^^ unknown field | = note: available fields are: `build_config`, `cargo_config`, `rustc_config`
no variant or associated item named `GitCommitAuthorEmail` found for enum `VergenKey` in the current scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L396
error[E0599]: no variant or associated item named `GitCommitAuthorEmail` found for enum `VergenKey` in the current scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:396:42 | 396 | add_map_entry(VergenKey::GitCommitAuthorEmail, email.into_owned(), map); | ^^^^^^^^^^^^^^^^^^^^ variant or associated item not found in `VergenKey` | ::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/key.rs:54:5 | 54 | pub(crate) enum VergenKey { | ------------------------- variant or associated item `GitCommitAuthorEmail` not found for this enum
no variant or associated item named `GitCommitAuthorEmail` found for enum `VergenKey` in the current scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L393
error[E0599]: no variant or associated item named `GitCommitAuthorEmail` found for enum `VergenKey` in the current scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:393:42 | 393 | add_map_entry(VergenKey::GitCommitAuthorEmail, value, map); | ^^^^^^^^^^^^^^^^^^^^ variant or associated item not found in `VergenKey` | ::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/key.rs:54:5 | 54 | pub(crate) enum VergenKey { | ------------------------- variant or associated item `GitCommitAuthorEmail` not found for this enum
no field `git_config` on type `&EmitBuilder`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L391
error[E0609]: no field `git_config` on type `&EmitBuilder` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:391:17 | 391 | if self.git_config.git_commit_author_email { | ^^^^^^^^^^ unknown field | = note: available fields are: `build_config`, `cargo_config`, `rustc_config`
no variant or associated item named `GitBranch` found for enum `VergenKey` in the current scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L387
error[E0599]: no variant or associated item named `GitBranch` found for enum `VergenKey` in the current scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:387:42 | 387 | add_map_entry(VergenKey::GitBranch, branch_name, map); | ^^^^^^^^^ variant or associated item not found in `VergenKey` | ::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/key.rs:54:5 | 54 | pub(crate) enum VergenKey { | ------------------------- variant or associated item `GitBranch` not found for this enum
no variant or associated item named `GitBranch` found for enum `VergenKey` in the current scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L382
error[E0599]: no variant or associated item named `GitBranch` found for enum `VergenKey` in the current scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:382:42 | 382 | add_map_entry(VergenKey::GitBranch, value, map); | ^^^^^^^^^ variant or associated item not found in `VergenKey` | ::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/key.rs:54:5 | 54 | pub(crate) enum VergenKey { | ------------------------- variant or associated item `GitBranch` not found for this enum
no field `git_config` on type `&EmitBuilder`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L380
error[E0609]: no field `git_config` on type `&EmitBuilder` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:380:17 | 380 | if self.git_config.git_branch { | ^^^^^^^^^^ unknown field | = note: available fields are: `build_config`, `cargo_config`, `rustc_config`
failed to resolve: use of undeclared crate or module `gix`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L371
error[E0433]: failed to resolve: use of undeclared crate or module `gix` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:371:20 | 371 | let repo = gix::discover(curr_dir)?; | ^^^ use of undeclared crate or module `gix`
no field `git_config` on type `&mut EmitBuilder`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L320
error[E0609]: no field `git_config` on type `&mut EmitBuilder` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:320:14 | 320 | self.git_config.use_local = true; | ^^^^^^^^^^ unknown field | = note: available fields are: `build_config`, `cargo_config`, `rustc_config`
no variant or associated item named `GitDirty` found for enum `VergenKey` in the current scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L312
error[E0599]: no variant or associated item named `GitDirty` found for enum `VergenKey` in the current scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:312:50 | 312 | add_default_map_entry(VergenKey::GitDirty, map, warnings); | ^^^^^^^^ variant or associated item not found in `VergenKey` | ::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/key.rs:54:5 | 54 | pub(crate) enum VergenKey { | ------------------------- variant or associated item `GitDirty` not found for this enum
no field `git_config` on type `&EmitBuilder`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L311
error[E0609]: no field `git_config` on type `&EmitBuilder` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:311:21 | 311 | if self.git_config.git_dirty { | ^^^^^^^^^^ unknown field | = note: available fields are: `build_config`, `cargo_config`, `rustc_config`
no variant or associated item named `GitSha` found for enum `VergenKey` in the current scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L309
error[E0599]: no variant or associated item named `GitSha` found for enum `VergenKey` in the current scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:309:50 | 309 | add_default_map_entry(VergenKey::GitSha, map, warnings); | ^^^^^^ variant or associated item not found in `VergenKey` | ::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/key.rs:54:5 | 54 | pub(crate) enum VergenKey { | ------------------------- variant or associated item `GitSha` not found for this enum
no field `git_config` on type `&EmitBuilder`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L308
error[E0609]: no field `git_config` on type `&EmitBuilder` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:308:21 | 308 | if self.git_config.git_sha { | ^^^^^^^^^^ unknown field | = note: available fields are: `build_config`, `cargo_config`, `rustc_config`
no variant or associated item named `GitDescribe` found for enum `VergenKey` in the current scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L306
error[E0599]: no variant or associated item named `GitDescribe` found for enum `VergenKey` in the current scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:306:50 | 306 | add_default_map_entry(VergenKey::GitDescribe, map, warnings); | ^^^^^^^^^^^ variant or associated item not found in `VergenKey` | ::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/key.rs:54:5 | 54 | pub(crate) enum VergenKey { | ------------------------- variant or associated item `GitDescribe` not found for this enum
no field `git_config` on type `&EmitBuilder`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L305
error[E0609]: no field `git_config` on type `&EmitBuilder` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:305:21 | 305 | if self.git_config.git_describe { | ^^^^^^^^^^ unknown field | = note: available fields are: `build_config`, `cargo_config`, `rustc_config`
no variant or associated item named `GitCommitTimestamp` found for enum `VergenKey` in the current scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L303
error[E0599]: no variant or associated item named `GitCommitTimestamp` found for enum `VergenKey` in the current scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:303:50 | 303 | add_default_map_entry(VergenKey::GitCommitTimestamp, map, warnings); | ^^^^^^^^^^^^^^^^^^ variant or associated item not found in `VergenKey` | ::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/key.rs:54:5 | 54 | pub(crate) enum VergenKey { | ------------------------- variant or associated item `GitCommitTimestamp` not found for this enum
no field `git_config` on type `&EmitBuilder`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L302
error[E0609]: no field `git_config` on type `&EmitBuilder` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:302:21 | 302 | if self.git_config.git_commit_timestamp { | ^^^^^^^^^^ unknown field | = note: available fields are: `build_config`, `cargo_config`, `rustc_config`
no variant or associated item named `GitCommitMessage` found for enum `VergenKey` in the current scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L300
error[E0599]: no variant or associated item named `GitCommitMessage` found for enum `VergenKey` in the current scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:300:50 | 300 | add_default_map_entry(VergenKey::GitCommitMessage, map, warnings); | ^^^^^^^^^^^^^^^^ variant or associated item not found in `VergenKey` | ::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/key.rs:54:5 | 54 | pub(crate) enum VergenKey { | ------------------------- variant or associated item `GitCommitMessage` not found for this enum
no field `git_config` on type `&EmitBuilder`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L299
error[E0609]: no field `git_config` on type `&EmitBuilder` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:299:21 | 299 | if self.git_config.git_commit_message { | ^^^^^^^^^^ unknown field | = note: available fields are: `build_config`, `cargo_config`, `rustc_config`
no variant or associated item named `GitCommitDate` found for enum `VergenKey` in the current scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L297
error[E0599]: no variant or associated item named `GitCommitDate` found for enum `VergenKey` in the current scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:297:50 | 297 | add_default_map_entry(VergenKey::GitCommitDate, map, warnings); | ^^^^^^^^^^^^^ | | | variant or associated item not found in `VergenKey` | help: there is a variant with a similar name: `RustcCommitDate` | ::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/key.rs:54:5 | 54 | pub(crate) enum VergenKey { | ------------------------- variant or associated item `GitCommitDate` not found for this enum
no field `git_config` on type `&EmitBuilder`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L296
error[E0609]: no field `git_config` on type `&EmitBuilder` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:296:21 | 296 | if self.git_config.git_commit_date { | ^^^^^^^^^^ unknown field | = note: available fields are: `build_config`, `cargo_config`, `rustc_config`
no variant or associated item named `GitCommitCount` found for enum `VergenKey` in the current scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L294
error[E0599]: no variant or associated item named `GitCommitCount` found for enum `VergenKey` in the current scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:294:50 | 294 | add_default_map_entry(VergenKey::GitCommitCount, map, warnings); | ^^^^^^^^^^^^^^ variant or associated item not found in `VergenKey` | ::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/key.rs:54:5 | 54 | pub(crate) enum VergenKey { | ------------------------- variant or associated item `GitCommitCount` not found for this enum
no field `git_config` on type `&EmitBuilder`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L293
error[E0609]: no field `git_config` on type `&EmitBuilder` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:293:21 | 293 | if self.git_config.git_commit_count { | ^^^^^^^^^^ unknown field | = note: available fields are: `build_config`, `cargo_config`, `rustc_config`
no variant or associated item named `GitCommitAuthorName` found for enum `VergenKey` in the current scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L291
error[E0599]: no variant or associated item named `GitCommitAuthorName` found for enum `VergenKey` in the current scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:291:50 | 291 | add_default_map_entry(VergenKey::GitCommitAuthorName, map, warnings); | ^^^^^^^^^^^^^^^^^^^ variant or associated item not found in `VergenKey` | ::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/key.rs:54:5 | 54 | pub(crate) enum VergenKey { | ------------------------- variant or associated item `GitCommitAuthorName` not found for this enum
no field `git_config` on type `&EmitBuilder`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L290
error[E0609]: no field `git_config` on type `&EmitBuilder` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:290:21 | 290 | if self.git_config.git_commit_author_name { | ^^^^^^^^^^ unknown field | = note: available fields are: `build_config`, `cargo_config`, `rustc_config`
no variant or associated item named `GitCommitAuthorEmail` found for enum `VergenKey` in the current scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L288
error[E0599]: no variant or associated item named `GitCommitAuthorEmail` found for enum `VergenKey` in the current scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:288:50 | 288 | add_default_map_entry(VergenKey::GitCommitAuthorEmail, map, warnings); | ^^^^^^^^^^^^^^^^^^^^ variant or associated item not found in `VergenKey` | ::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/key.rs:54:5 | 54 | pub(crate) enum VergenKey { | ------------------------- variant or associated item `GitCommitAuthorEmail` not found for this enum
no field `git_config` on type `&EmitBuilder`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L287
error[E0609]: no field `git_config` on type `&EmitBuilder` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:287:21 | 287 | if self.git_config.git_commit_author_email { | ^^^^^^^^^^ unknown field | = note: available fields are: `build_config`, `cargo_config`, `rustc_config`
no variant or associated item named `GitBranch` found for enum `VergenKey` in the current scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L285
error[E0599]: no variant or associated item named `GitBranch` found for enum `VergenKey` in the current scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:285:50 | 285 | add_default_map_entry(VergenKey::GitBranch, map, warnings); | ^^^^^^^^^ variant or associated item not found in `VergenKey` | ::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/key.rs:54:5 | 54 | pub(crate) enum VergenKey { | ------------------------- variant or associated item `GitBranch` not found for this enum
no field `git_config` on type `&EmitBuilder`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L284
error[E0609]: no field `git_config` on type `&EmitBuilder` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:284:21 | 284 | if self.git_config.git_branch { | ^^^^^^^^^^ unknown field | = note: available fields are: `build_config`, `cargo_config`, `rustc_config`
no field `git_config` on type `&mut EmitBuilder`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L263
error[E0609]: no field `git_config` on type `&mut EmitBuilder` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:263:14 | 263 | self.git_config.git_dirty_include_untracked = include_untracked; | ^^^^^^^^^^ unknown field | = note: available fields are: `build_config`, `cargo_config`, `rustc_config`
no field `git_config` on type `&mut EmitBuilder`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L262
error[E0609]: no field `git_config` on type `&mut EmitBuilder` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:262:14 | 262 | self.git_config.git_dirty = true; | ^^^^^^^^^^ unknown field | = note: available fields are: `build_config`, `cargo_config`, `rustc_config`
no field `git_config` on type `&mut EmitBuilder`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L246
error[E0609]: no field `git_config` on type `&mut EmitBuilder` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:246:14 | 246 | self.git_config.git_sha_short = short; | ^^^^^^^^^^ unknown field | = note: available fields are: `build_config`, `cargo_config`, `rustc_config`
no field `git_config` on type `&mut EmitBuilder`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L245
error[E0609]: no field `git_config` on type `&mut EmitBuilder` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:245:14 | 245 | self.git_config.git_sha = true; | ^^^^^^^^^^ unknown field | = note: available fields are: `build_config`, `cargo_config`, `rustc_config`
no field `git_config` on type `&mut EmitBuilder`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L231
error[E0609]: no field `git_config` on type `&mut EmitBuilder` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:231:14 | 231 | self.git_config.git_describe_tags = tags; | ^^^^^^^^^^ unknown field | = note: available fields are: `build_config`, `cargo_config`, `rustc_config`
no field `git_config` on type `&mut EmitBuilder`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L230
error[E0609]: no field `git_config` on type `&mut EmitBuilder` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:230:14 | 230 | self.git_config.git_describe_dirty = dirty; | ^^^^^^^^^^ unknown field | = note: available fields are: `build_config`, `cargo_config`, `rustc_config`
no field `git_config` on type `&mut EmitBuilder`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L229
error[E0609]: no field `git_config` on type `&mut EmitBuilder` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:229:14 | 229 | self.git_config.git_describe = true; | ^^^^^^^^^^ unknown field | = note: available fields are: `build_config`, `cargo_config`, `rustc_config`
no field `git_config` on type `&mut EmitBuilder`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L210
error[E0609]: no field `git_config` on type `&mut EmitBuilder` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:210:14 | 210 | self.git_config.git_commit_timestamp = true; | ^^^^^^^^^^ unknown field | = note: available fields are: `build_config`, `cargo_config`, `rustc_config`
no field `git_config` on type `&mut EmitBuilder`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L199
error[E0609]: no field `git_config` on type `&mut EmitBuilder` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:199:14 | 199 | self.git_config.git_commit_message = true; | ^^^^^^^^^^ unknown field | = note: available fields are: `build_config`, `cargo_config`, `rustc_config`
no field `git_config` on type `&mut EmitBuilder`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L188
error[E0609]: no field `git_config` on type `&mut EmitBuilder` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:188:14 | 188 | self.git_config.git_commit_date = true; | ^^^^^^^^^^ unknown field | = note: available fields are: `build_config`, `cargo_config`, `rustc_config`
no field `git_config` on type `&mut EmitBuilder`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L177
error[E0609]: no field `git_config` on type `&mut EmitBuilder` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:177:14 | 177 | self.git_config.git_commit_count = true; | ^^^^^^^^^^ unknown field | = note: available fields are: `build_config`, `cargo_config`, `rustc_config`
no field `git_config` on type `&mut EmitBuilder`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L166
error[E0609]: no field `git_config` on type `&mut EmitBuilder` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:166:14 | 166 | self.git_config.git_commit_author_name = true; | ^^^^^^^^^^ unknown field | = note: available fields are: `build_config`, `cargo_config`, `rustc_config`
no field `git_config` on type `&mut EmitBuilder`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L155
error[E0609]: no field `git_config` on type `&mut EmitBuilder` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:155:14 | 155 | self.git_config.git_commit_author_email = true; | ^^^^^^^^^^ unknown field | = note: available fields are: `build_config`, `cargo_config`, `rustc_config`
no field `git_config` on type `&mut EmitBuilder`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L144
error[E0609]: no field `git_config` on type `&mut EmitBuilder` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:144:14 | 144 | self.git_config.git_branch = true; | ^^^^^^^^^^ unknown field | = note: available fields are: `build_config`, `cargo_config`, `rustc_config`
no field `git_config` on type `&EmitBuilder`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L123
error[E0609]: no field `git_config` on type `&EmitBuilder` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:123:25 | 123 | let cfg = &self.git_config; | ^^^^^^^^^^ unknown field | = note: available fields are: `build_config`, `cargo_config`, `rustc_config`
unresolved import `gix`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L21
error[E0432]: unresolved import `gix` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:21:5 | 21 | use gix::{head::Kind, Commit, Head, Id, Repository}; | ^^^ help: a similar path exists: `super::gix`
unresolved imports `crate::constants::GIT_BRANCH_NAME`, `crate::constants::GIT_COMMIT_AUTHOR_EMAIL`, `crate::constants::GIT_COMMIT_AUTHOR_NAME`, `crate::constants::GIT_COMMIT_COUNT`, `crate::constants::GIT_COMMIT_DATE_NAME`, `crate::constants::GIT_COMMIT_MESSAGE`, `crate::constants::GIT_COMMIT_TIMESTAMP_NAME`, `crate::constants::GIT_DESCRIBE_NAME`, `crate::constants::GIT_DIRTY_NAME`, `crate::constants::GIT_SHA_NAME`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L11
error[E0432]: unresolved imports `crate::constants::GIT_BRANCH_NAME`, `crate::constants::GIT_COMMIT_AUTHOR_EMAIL`, `crate::constants::GIT_COMMIT_AUTHOR_NAME`, `crate::constants::GIT_COMMIT_COUNT`, `crate::constants::GIT_COMMIT_DATE_NAME`, `crate::constants::GIT_COMMIT_MESSAGE`, `crate::constants::GIT_COMMIT_TIMESTAMP_NAME`, `crate::constants::GIT_DESCRIBE_NAME`, `crate::constants::GIT_DIRTY_NAME`, `crate::constants::GIT_SHA_NAME` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:11:9 | 11 | GIT_BRANCH_NAME, GIT_COMMIT_AUTHOR_EMAIL, GIT_COMMIT_AUTHOR_NAME, GIT_COMMIT_COUNT, | ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ no `GIT_COMMIT_COUNT` in `constants` | | | | | | | no `GIT_COMMIT_AUTHOR_NAME` in `constants` | | no `GIT_COMMIT_AUTHOR_EMAIL` in `constants` | no `GIT_BRANCH_NAME` in `constants` 12 | GIT_COMMIT_DATE_NAME, GIT_COMMIT_MESSAGE, GIT_COMMIT_TIMESTAMP_NAME, GIT_DESCRIBE_NAME, | ^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^ no `GIT_DESCRIBE_NAME` in `constants` | | | | | | | no `GIT_COMMIT_TIMESTAMP_NAME` in `constants` | | no `GIT_COMMIT_MESSAGE` in `constants` | no `GIT_COMMIT_DATE_NAME` in `constants` 13 | GIT_DIRTY_NAME, GIT_SHA_NAME, | ^^^^^^^^^^^^^^ ^^^^^^^^^^^^ no `GIT_SHA_NAME` in `constants` | | | no `GIT_DIRTY_NAME` in `constants`
failed to resolve: use of undeclared crate or module `gix`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs#L21
error[E0433]: failed to resolve: use of undeclared crate or module `gix` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.1/src/feature/git/gix.rs:21:5 | 21 | use gix::{head::Kind, Commit, Head, Id, Repository}; | ^^^ use of undeclared crate or module `gix`
rust
Clippy had exited with the 101 exit code
rust
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/[email protected], sksat/rust-cargo-make@add-makers, actions-rs/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/