Skip to content

Commit

Permalink
Removed old unused line that referred to pinned
Browse files Browse the repository at this point in the history
dependency
  • Loading branch information
CraZySacX committed Mar 13, 2023
1 parent 99706d5 commit b016582
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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.0.0-beta.10"
version = "8.0.0-beta.11"

[package.metadata.cargo-all-features]
denylist = [
Expand Down
2 changes: 0 additions & 2 deletions vergen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,6 @@ mod key;
mod utils;

// This is here to appease the `unused_crate_dependencies` lint
#[cfg(feature = "gitoxide")]
use gix_tempfile as _;
#[cfg(test)]
use {gix as _, lazy_static as _, regex as _, serial_test as _};

Expand Down

0 comments on commit b016582

Please sign in to comment.