Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

depsup, version bump for next release #380

Merged
merged 2 commits into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/vergen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
channel: ["1.73.0", "stable", "beta", "nightly"]
channel: ["1.74.0", "stable", "beta", "nightly"]
target: [x86_64-unknown-linux-gnu]
uses: rustyhorde/workflows/.github/workflows/test-all-features.yml@main
with:
Expand All @@ -76,7 +76,7 @@ jobs:
strategy:
matrix:
os: [macos-latest]
channel: ["1.73.0", "stable", "beta", "nightly"]
channel: ["1.74.0", "stable", "beta", "nightly"]
target: [x86_64-apple-darwin]
uses: rustyhorde/workflows/.github/workflows/test-all-features.yml@main
with:
Expand All @@ -92,7 +92,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
channel: ["1.73.0", "stable", "beta", "nightly"]
channel: ["1.74.0", "stable", "beta", "nightly"]
target: [x86_64-pc-windows-gnu]
uses: rustyhorde/workflows/.github/workflows/test-all-features.yml@main
with:
Expand All @@ -108,7 +108,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
channel: ["1.73.0", "stable", "beta", "nightly"]
channel: ["1.74.0", "stable", "beta", "nightly"]
target: [x86_64-pc-windows-msvc]
uses: rustyhorde/workflows/.github/workflows/test-all-features.yml@main
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/vergen_git2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
channel: ["1.73.0", "stable", "beta", "nightly"]
channel: ["1.74.0", "stable", "beta", "nightly"]
target: [x86_64-unknown-linux-gnu]
uses: rustyhorde/workflows/.github/workflows/test-all-features.yml@main
with:
Expand All @@ -66,7 +66,7 @@ jobs:
strategy:
matrix:
os: [macos-latest]
channel: ["1.73.0", "stable", "beta", "nightly"]
channel: ["1.74.0", "stable", "beta", "nightly"]
target: [x86_64-apple-darwin]
uses: rustyhorde/workflows/.github/workflows/test-all-features.yml@main
with:
Expand All @@ -82,7 +82,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
channel: ["1.73.0", "stable", "beta", "nightly"]
channel: ["1.74.0", "stable", "beta", "nightly"]
target: [x86_64-pc-windows-gnu]
uses: rustyhorde/workflows/.github/workflows/test-all-features.yml@main
with:
Expand All @@ -98,7 +98,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
channel: ["1.73.0", "stable", "beta", "nightly"]
channel: ["1.74.0", "stable", "beta", "nightly"]
target: [x86_64-pc-windows-msvc]
uses: rustyhorde/workflows/.github/workflows/test-all-features.yml@main
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/vergen_gitcl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
channel: ["1.73.0", "stable", "beta", "nightly"]
channel: ["1.74.0", "stable", "beta", "nightly"]
target: [x86_64-unknown-linux-gnu]
uses: rustyhorde/workflows/.github/workflows/test-all-features.yml@main
with:
Expand All @@ -66,7 +66,7 @@ jobs:
strategy:
matrix:
os: [macos-latest]
channel: ["1.73.0", "stable", "beta", "nightly"]
channel: ["1.74.0", "stable", "beta", "nightly"]
target: [x86_64-apple-darwin]
uses: rustyhorde/workflows/.github/workflows/test-all-features.yml@main
with:
Expand All @@ -82,7 +82,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
channel: ["1.73.0", "stable", "beta", "nightly"]
channel: ["1.74.0", "stable", "beta", "nightly"]
target: [x86_64-pc-windows-gnu]
uses: rustyhorde/workflows/.github/workflows/test-all-features.yml@main
with:
Expand All @@ -98,7 +98,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
channel: ["1.73.0", "stable", "beta", "nightly"]
channel: ["1.74.0", "stable", "beta", "nightly"]
target: [x86_64-pc-windows-msvc]
uses: rustyhorde/workflows/.github/workflows/test-all-features.yml@main
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/vergen_gix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
channel: ["1.73.0", "stable", "beta", "nightly"]
channel: ["1.74.0", "stable", "beta", "nightly"]
target: [x86_64-unknown-linux-gnu]
uses: rustyhorde/workflows/.github/workflows/test-all-features.yml@main
with:
Expand All @@ -66,7 +66,7 @@ jobs:
strategy:
matrix:
os: [macos-latest]
channel: ["1.73.0", "stable", "beta", "nightly"]
channel: ["1.74.0", "stable", "beta", "nightly"]
target: [x86_64-apple-darwin]
uses: rustyhorde/workflows/.github/workflows/test-all-features.yml@main
with:
Expand All @@ -82,7 +82,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
channel: ["1.73.0", "stable", "beta", "nightly"]
channel: ["1.74.0", "stable", "beta", "nightly"]
target: [x86_64-pc-windows-gnu]
uses: rustyhorde/workflows/.github/workflows/test-all-features.yml@main
with:
Expand All @@ -98,7 +98,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
channel: ["1.73.0", "stable", "beta", "nightly"]
channel: ["1.74.0", "stable", "beta", "nightly"]
target: [x86_64-pc-windows-msvc]
uses: rustyhorde/workflows/.github/workflows/test-all-features.yml@main
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/vergen_lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
channel: ["1.73.0", "stable", "beta", "nightly"]
channel: ["1.74.0", "stable", "beta", "nightly"]
target: [x86_64-unknown-linux-gnu]
uses: rustyhorde/workflows/.github/workflows/test-all-features.yml@main
with:
Expand All @@ -66,7 +66,7 @@ jobs:
strategy:
matrix:
os: [macos-latest]
channel: ["1.73.0", "stable", "beta", "nightly"]
channel: ["1.74.0", "stable", "beta", "nightly"]
target: [x86_64-apple-darwin]
uses: rustyhorde/workflows/.github/workflows/test-all-features.yml@main
with:
Expand All @@ -82,7 +82,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
channel: ["1.73.0", "stable", "beta", "nightly"]
channel: ["1.74.0", "stable", "beta", "nightly"]
target: [x86_64-pc-windows-gnu]
uses: rustyhorde/workflows/.github/workflows/test-all-features.yml@main
with:
Expand All @@ -98,7 +98,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
channel: ["1.73.0", "stable", "beta", "nightly"]
channel: ["1.74.0", "stable", "beta", "nightly"]
target: [x86_64-pc-windows-msvc]
uses: rustyhorde/workflows/.github/workflows/test-all-features.yml@main
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/vergen_pretty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
channel: ["1.73.0", "stable", "beta", "nightly"]
channel: ["1.74.0", "stable", "beta", "nightly"]
target: [x86_64-unknown-linux-gnu]
uses: rustyhorde/workflows/.github/workflows/test-all-features.yml@main
with:
Expand All @@ -66,7 +66,7 @@ jobs:
strategy:
matrix:
os: [macos-latest]
channel: ["1.73.0", "stable", "beta", "nightly"]
channel: ["1.74.0", "stable", "beta", "nightly"]
target: [x86_64-apple-darwin]
uses: rustyhorde/workflows/.github/workflows/test-all-features.yml@main
with:
Expand All @@ -82,7 +82,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
channel: ["1.73.0", "stable", "beta", "nightly"]
channel: ["1.74.0", "stable", "beta", "nightly"]
target: [x86_64-pc-windows-gnu]
uses: rustyhorde/workflows/.github/workflows/test-all-features.yml@main
with:
Expand All @@ -98,7 +98,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
channel: ["1.73.0", "stable", "beta", "nightly"]
channel: ["1.74.0", "stable", "beta", "nightly"]
target: [x86_64-pc-windows-msvc]
uses: rustyhorde/workflows/.github/workflows/test-all-features.yml@main
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ to rerun instruction emission if the `SOURCE_DATE_EPOCH` environment variable ha
[![Crates.io](https://img.shields.io/crates/d/vergen-pretty.svg)](https://crates.io/crates/vergen-pretty)

## MSRV
The current minimum supported rust version is 1.73.0
The current minimum supported rust version is 1.74.0

## ⚠️ Notes on version 9 ⚠️
* Version 9 introduces 3 new libraries, `vergen-git2`, `vergen-gitcl`, and `vergen-gix` that will be versioned independently from `vergen`.
Expand Down
8 changes: 4 additions & 4 deletions test_util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ edition = "2021"
homepage = "https://github.com/rustyhorde/vergen"
keywords = ["cargo", "instructions", "build", "tool"]
license = "MIT OR Apache-2.0"
rust-version = "1.73.0"
rust-version = "1.74.0"
name = "test_util"
readme = "README.md"
repository = "https://github.com/rustyhorde/vergen"
version = "0.1.1"
version = "0.1.2"

[package.metadata.cargo-matrix]
[[package.metadata.cargo-matrix.channel]]
Expand All @@ -29,8 +29,8 @@ unstable = []
repo = ["gix", "rand"]

[dependencies]
anyhow = { version = "1.0.86" }
gix = { version = "0.63.0", default-features = false, features = [
anyhow = { version = "1.0.89" }
gix = { version = "0.66.0", default-features = false, features = [
"revision",
"worktree-mutation",
"blocking-network-client",
Expand Down
4 changes: 2 additions & 2 deletions test_util/src/repo/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ impl TestRepos {

// Setup the base configuration
let mut config = repo.config_snapshot_mut();
let _old = config.set_raw_value("user", None, "name", "Vergen Test")?;
let _old = config.set_raw_value("user", None, "email", "vergen@blah.com")?;
let _old = config.set_raw_value(&"user.name", "Vergen Test")?;
let _old = config.set_raw_value(&"user.email", "vergen@blah.com")?;

{
// Create an empty commit with the initial empty tree
Expand Down
14 changes: 7 additions & 7 deletions vergen-git2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ edition = "2021"
homepage = "https://github.com/rustyhorde/vergen"
keywords = ["cargo", "instructions", "build", "tool"]
license = "MIT OR Apache-2.0"
rust-version = "1.73.0"
rust-version = "1.74.0"
name = "vergen-git2"
readme = "README.md"
repository = "https://github.com/rustyhorde/vergen"
version = "1.0.0"
version = "1.0.1"

[package.metadata.cargo-matrix]
[[package.metadata.cargo-matrix.channel]]
Expand All @@ -33,23 +33,23 @@ unstable = ["vergen/unstable", "vergen-lib/unstable"]
si = ["vergen/si"]

[dependencies]
anyhow = "1.0.86"
derive_builder = "0.20.0"
anyhow = "1.0.89"
derive_builder = "0.20.1"
git2-rs = { version = "0.19.0", package = "git2", default-features = false }
time = { version = "0.3.36", features = [
"formatting",
"local-offset",
"parsing",
] }
vergen = { version = "9.0.0", path = "../vergen", default-features = false }
vergen-lib = { version = "0.1.3", path = "../vergen-lib", features = ["git"] }
vergen = { version = "9.0.1", path = "../vergen", default-features = false }
vergen-lib = { version = "0.1.4", path = "../vergen-lib", features = ["git"] }

[build-dependencies]
rustversion = "1.0.17"

[dev-dependencies]
lazy_static = "1.5.0"
regex = "1.10.5"
regex = "1.10.6"
serial_test = "3.1.1"
temp-env = "0.3.6"
test_util = { path = "../test_util", features = ["repo", "unstable"] }
Expand Down
14 changes: 7 additions & 7 deletions vergen-gitcl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ edition = "2021"
homepage = "https://github.com/rustyhorde/vergen"
keywords = ["cargo", "instructions", "build", "tool"]
license = "MIT OR Apache-2.0"
rust-version = "1.73.0"
rust-version = "1.74.0"
name = "vergen-gitcl"
readme = "README.md"
repository = "https://github.com/rustyhorde/vergen"
version = "1.0.0"
version = "1.0.1"

[package.metadata.cargo-matrix]
[[package.metadata.cargo-matrix.channel]]
Expand All @@ -33,22 +33,22 @@ unstable = ["vergen/unstable", "vergen-lib/unstable"]
si = ["vergen/si"]

[dependencies]
anyhow = "1.0.86"
derive_builder = "0.20.0"
anyhow = "1.0.89"
derive_builder = "0.20.1"
time = { version = "0.3.36", features = [
"formatting",
"local-offset",
"parsing",
] }
vergen = { version = "9.0.0", path = "../vergen", default-features = false }
vergen-lib = { version = "0.1.3", path = "../vergen-lib", features = ["git"] }
vergen = { version = "9.0.1", path = "../vergen", default-features = false }
vergen-lib = { version = "0.1.4", path = "../vergen-lib", features = ["git"] }

[build-dependencies]
rustversion = "1.0.17"

[dev-dependencies]
lazy_static = "1.5.0"
regex = "1.10.5"
regex = "1.10.6"
serial_test = "3.1.1"
temp-env = "0.3.6"
test_util = { path = "../test_util", features = ["repo", "unstable"] }
Expand Down
16 changes: 8 additions & 8 deletions vergen-gix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ edition = "2021"
homepage = "https://github.com/rustyhorde/vergen"
keywords = ["cargo", "instructions", "build", "tool"]
license = "MIT OR Apache-2.0"
rust-version = "1.73.0"
rust-version = "1.74.0"
name = "vergen-gix"
readme = "README.md"
repository = "https://github.com/rustyhorde/vergen"
version = "1.0.1"
version = "1.0.2"

[package.metadata.cargo-matrix]
[[package.metadata.cargo-matrix.channel]]
Expand All @@ -38,9 +38,9 @@ unstable = ["vergen/unstable", "vergen-lib/unstable"]
si = ["vergen/si"]

[dependencies]
anyhow = "1.0.86"
derive_builder = "0.20.0"
gix = { version = "0.63.0", default-features = false, features = [
anyhow = "1.0.89"
derive_builder = "0.20.1"
gix = { version = "0.66.0", default-features = false, features = [
"revision",
"interrupt",
] }
Expand All @@ -49,15 +49,15 @@ time = { version = "0.3.36", features = [
"local-offset",
"parsing",
] }
vergen = { version = "9.0.0", path = "../vergen", default-features = false }
vergen-lib = { version = "0.1.3", path = "../vergen-lib", features = ["git"] }
vergen = { version = "9.0.1", path = "../vergen", default-features = false }
vergen-lib = { version = "0.1.4", path = "../vergen-lib", features = ["git"] }

[build-dependencies]
rustversion = "1.0.17"

[dev-dependencies]
lazy_static = "1.5.0"
regex = "1.10.5"
regex = "1.10.6"
test_util = { path = "../test_util", features = ["repo", "unstable"] }
serial_test = "3.1.1"
temp-env = "0.3.6"
Expand Down
Loading
Loading