Skip to content

Commit

Permalink
Bump library dependencies (#397)
Browse files Browse the repository at this point in the history
* Bump library dependencies

* More coverate_attribute fixes

* version bumps
  • Loading branch information
CraZySacX authored Jan 11, 2025
1 parent bdee946 commit d0f09bb
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions vergen-git2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rust-version = "1.81.0"
name = "vergen-git2"
readme = "README.md"
repository = "https://github.com/rustyhorde/vergen"
version = "1.0.3"
version = "1.0.5"

[package.metadata.cargo-matrix]
[[package.metadata.cargo-matrix.channel]]
Expand Down Expand Up @@ -41,7 +41,7 @@ time = { version = "0.3.36", features = [
"local-offset",
"parsing",
] }
vergen = { version = "9.0.3", path = "../vergen", default-features = false }
vergen = { version = "9.0.4", path = "../vergen", default-features = false }
vergen-lib = { version = "0.1.6", path = "../vergen-lib", features = ["git"] }

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion vergen-git2/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"
#![cfg_attr(
all(feature = "unstable", nightly),
feature(
coverage_attribute,
multiple_supertrait_upcastable,
must_not_suspend,
non_exhaustive_omitted_patterns_lint,
Expand Down Expand Up @@ -442,6 +441,7 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"
)]
#![cfg_attr(all(doc, nightly), feature(doc_auto_cfg))]
#![cfg_attr(all(docsrs, nightly), feature(doc_cfg))]
#![cfg_attr(coverage_nightly, feature(coverage_attribute))]

mod git2;

Expand Down
4 changes: 2 additions & 2 deletions vergen-gitcl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rust-version = "1.81.0"
name = "vergen-gitcl"
readme = "README.md"
repository = "https://github.com/rustyhorde/vergen"
version = "1.0.3"
version = "1.0.5"

[package.metadata.cargo-matrix]
[[package.metadata.cargo-matrix.channel]]
Expand Down Expand Up @@ -40,7 +40,7 @@ time = { version = "0.3.37", features = [
"local-offset",
"parsing",
] }
vergen = { version = "9.0.3", path = "../vergen", default-features = false }
vergen = { version = "9.0.4", path = "../vergen", default-features = false }
vergen-lib = { version = "0.1.6", path = "../vergen-lib", features = ["git"] }

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion vergen-gitcl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"
#![cfg_attr(
all(feature = "unstable", nightly),
feature(
coverage_attribute,
multiple_supertrait_upcastable,
must_not_suspend,
non_exhaustive_omitted_patterns_lint,
Expand Down Expand Up @@ -442,6 +441,7 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"
)]
#![cfg_attr(all(doc, nightly), feature(doc_auto_cfg))]
#![cfg_attr(all(docsrs, nightly), feature(doc_cfg))]
#![cfg_attr(coverage_nightly, feature(coverage_attribute))]

#[cfg(test)]
use {lazy_static as _, regex as _, temp_env as _};
Expand Down
4 changes: 2 additions & 2 deletions vergen-gix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rust-version = "1.81.0"
name = "vergen-gix"
readme = "README.md"
repository = "https://github.com/rustyhorde/vergen"
version = "1.0.4"
version = "1.0.6"

[package.metadata.cargo-matrix]
[[package.metadata.cargo-matrix.channel]]
Expand Down Expand Up @@ -49,7 +49,7 @@ time = { version = "0.3.36", features = [
"local-offset",
"parsing",
] }
vergen = { version = "9.0.3", path = "../vergen", default-features = false }
vergen = { version = "9.0.4", path = "../vergen", default-features = false }
vergen-lib = { version = "0.1.6", path = "../vergen-lib", features = ["git"] }

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion vergen-gix/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"
#![cfg_attr(
all(feature = "unstable", nightly),
feature(
coverage_attribute,
multiple_supertrait_upcastable,
must_not_suspend,
non_exhaustive_omitted_patterns_lint,
Expand Down Expand Up @@ -442,6 +441,7 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"
)]
#![cfg_attr(all(doc, nightly), feature(doc_auto_cfg))]
#![cfg_attr(all(docsrs, nightly), feature(doc_cfg))]
#![cfg_attr(coverage_nightly, feature(coverage_attribute))]

#[cfg(test)]
use {lazy_static as _, regex as _};
Expand Down
4 changes: 2 additions & 2 deletions vergen-pretty/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rust-version = "1.81.0"
name = "vergen-pretty"
readme = "README.md"
repository = "https://github.com/rustyhorde/vergen"
version = "0.3.7"
version = "0.3.9"

[package.metadata.cargo-matrix]
[[package.metadata.cargo-matrix.channel]]
Expand Down Expand Up @@ -54,7 +54,7 @@ tracing = { version = "0.1.41", features = [
[build-dependencies]
anyhow = "1.0.95"
rustversion = "1.0.19"
vergen-gix = { version = "1.0.4", path = "../vergen-gix", features = [
vergen-gix = { version = "1.0.5", path = "../vergen-gix", features = [
"build",
"cargo",
"rustc",
Expand Down
2 changes: 1 addition & 1 deletion vergen-pretty/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ assert!(!buf.is_empty());
#![cfg_attr(
all(feature = "unstable", nightly),
feature(
coverage_attribute,
multiple_supertrait_upcastable,
must_not_suspend,
non_exhaustive_omitted_patterns_lint,
Expand Down Expand Up @@ -303,6 +302,7 @@ assert!(!buf.is_empty());
)]
#![cfg_attr(all(doc, nightly), feature(doc_auto_cfg))]
#![cfg_attr(all(docsrs, nightly), feature(doc_cfg))]
#![cfg_attr(coverage_nightly, feature(coverage_attribute))]

#[cfg(feature = "header")]
mod header;
Expand Down

0 comments on commit d0f09bb

Please sign in to comment.