Skip to content

Commit

Permalink
version bump for next 'vergen' release (#284)
Browse files Browse the repository at this point in the history
* version bump for next 'vergen' release

* Removed commented out test code
  • Loading branch information
CraZySacX authored Jan 12, 2024
1 parent 118d7b6 commit 5500851
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion vergen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
name = "vergen"
readme = "README.md"
repository = "https://github.com/rustyhorde/vergen"
version = "8.2.6"
version = "8.2.7"

[package.metadata.cargo-all-features]
denylist = [
Expand Down
15 changes: 0 additions & 15 deletions vergen/tests/git_output.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,21 +136,6 @@ cargo:rerun-if-env-changed=SOURCE_DATE_EPOCH";
};
}

// const IDEM_QUIET_OUTPUT: &str = r"cargo:rustc-env=VERGEN_GIT_BRANCH=VERGEN_IDEMPOTENT_OUTPUT
// cargo:rustc-env=VERGEN_GIT_COMMIT_AUTHOR_EMAIL=VERGEN_IDEMPOTENT_OUTPUT
// cargo:rustc-env=VERGEN_GIT_COMMIT_AUTHOR_NAME=VERGEN_IDEMPOTENT_OUTPUT
// cargo:rustc-env=VERGEN_GIT_COMMIT_COUNT=VERGEN_IDEMPOTENT_OUTPUT
// cargo:rustc-env=VERGEN_GIT_COMMIT_DATE=VERGEN_IDEMPOTENT_OUTPUT
// cargo:rustc-env=VERGEN_GIT_COMMIT_MESSAGE=VERGEN_IDEMPOTENT_OUTPUT
// cargo:rustc-env=VERGEN_GIT_COMMIT_TIMESTAMP=VERGEN_IDEMPOTENT_OUTPUT
// cargo:rustc-env=VERGEN_GIT_DESCRIBE=VERGEN_IDEMPOTENT_OUTPUT
// cargo:rustc-env=VERGEN_GIT_SHA=VERGEN_IDEMPOTENT_OUTPUT
// cargo:rustc-env=VERGEN_GIT_DIRTY=VERGEN_IDEMPOTENT_OUTPUT
// cargo:rerun-if-changed=build.rs
// cargo:rerun-if-env-changed=VERGEN_IDEMPOTENT
// cargo:rerun-if-env-changed=SOURCE_DATE_EPOCH
// ";

const DISABLED_OUTPUT: &str = r"";

#[cfg(feature = "git2")]
Expand Down

0 comments on commit 5500851

Please sign in to comment.