Skip to content

Commit

Permalink
Merge branch 'master' into source-date-epoch
Browse files Browse the repository at this point in the history
  • Loading branch information
CraZySacX committed Aug 30, 2022
2 parents 44698d6 + 2bb2b49 commit 33f5b77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -28,11 +28,11 @@ local_offset = ["time/local-offset"]
[dependencies]
anyhow = "1.0.60"
cfg-if = "1.0.0"
enum-iterator = "1.1.3"
enum-iterator = "~1.1.3"
getset = "0.1.2"
git2 = { version = "0.14.4", optional = true, default-features = false }
rustc_version = { version = "0.4.0", optional = true }
sysinfo = { version = "0.25.1", optional = true, default-features = false }
sysinfo = { version = "0.26.0", optional = true, default-features = false }
thiserror = "1.0.32"
time = { version = "0.3.12", features = ["formatting"], optional = true }

Expand Down
1 change: 1 addition & 0 deletions src/error.rs
Expand Up @@ -27,6 +27,7 @@ impl fmt::Display for ErrKind {

/// An error generated from the `vergen` library
#[derive(Debug, thiserror::Error)]
#[allow(variant_size_differences)]
pub(crate) enum Error {
/// An error from the `git2` library
#[cfg(feature = "git")]
Expand Down

0 comments on commit 33f5b77

Please sign in to comment.