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

Updated MSRV to 1.78.0 #388

Merged
merged 1 commit into from
Dec 2, 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.75.0", "stable", "beta", "nightly"]
channel: ["1.78.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.75.0", "stable", "beta", "nightly"]
channel: ["1.78.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.75.0", "stable", "beta", "nightly"]
channel: ["1.78.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.75.0", "stable", "beta", "nightly"]
channel: ["1.78.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.75.0", "stable", "beta", "nightly"]
channel: ["1.78.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.75.0", "stable", "beta", "nightly"]
channel: ["1.78.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.75.0", "stable", "beta", "nightly"]
channel: ["1.78.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.75.0", "stable", "beta", "nightly"]
channel: ["1.78.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.75.0", "stable", "beta", "nightly"]
channel: ["1.78.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.75.0", "stable", "beta", "nightly"]
channel: ["1.78.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.75.0", "stable", "beta", "nightly"]
channel: ["1.78.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.75.0", "stable", "beta", "nightly"]
channel: ["1.78.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.75.0", "stable", "beta", "nightly"]
channel: ["1.78.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.75.0", "stable", "beta", "nightly"]
channel: ["1.78.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.75.0", "stable", "beta", "nightly"]
channel: ["1.78.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.75.0", "stable", "beta", "nightly"]
channel: ["1.78.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.75.0", "stable", "beta", "nightly"]
channel: ["1.78.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.75.0", "stable", "beta", "nightly"]
channel: ["1.78.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.75.0", "stable", "beta", "nightly"]
channel: ["1.78.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.75.0", "stable", "beta", "nightly"]
channel: ["1.78.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.75.0", "stable", "beta", "nightly"]
channel: ["1.78.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.75.0", "stable", "beta", "nightly"]
channel: ["1.78.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.75.0", "stable", "beta", "nightly"]
channel: ["1.78.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.75.0", "stable", "beta", "nightly"]
channel: ["1.78.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.75.0
The current minimum supported rust version is 1.78.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
2 changes: 1 addition & 1 deletion test_util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
homepage = "https://github.com/rustyhorde/vergen"
keywords = ["cargo", "instructions", "build", "tool"]
license = "MIT OR Apache-2.0"
rust-version = "1.75.0"
rust-version = "1.78.0"
name = "test_util"
readme = "README.md"
repository = "https://github.com/rustyhorde/vergen"
Expand Down
2 changes: 1 addition & 1 deletion vergen-git2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
homepage = "https://github.com/rustyhorde/vergen"
keywords = ["cargo", "instructions", "build", "tool"]
license = "MIT OR Apache-2.0"
rust-version = "1.75.0"
rust-version = "1.78.0"
name = "vergen-git2"
readme = "README.md"
repository = "https://github.com/rustyhorde/vergen"
Expand Down
2 changes: 1 addition & 1 deletion vergen-gitcl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
homepage = "https://github.com/rustyhorde/vergen"
keywords = ["cargo", "instructions", "build", "tool"]
license = "MIT OR Apache-2.0"
rust-version = "1.75.0"
rust-version = "1.78.0"
name = "vergen-gitcl"
readme = "README.md"
repository = "https://github.com/rustyhorde/vergen"
Expand Down
2 changes: 1 addition & 1 deletion vergen-gix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
homepage = "https://github.com/rustyhorde/vergen"
keywords = ["cargo", "instructions", "build", "tool"]
license = "MIT OR Apache-2.0"
rust-version = "1.75.0"
rust-version = "1.78.0"
name = "vergen-gix"
readme = "README.md"
repository = "https://github.com/rustyhorde/vergen"
Expand Down
2 changes: 1 addition & 1 deletion vergen-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
homepage = "https://github.com/rustyhorde/vergen"
keywords = ["cargo", "instructions", "build", "tool"]
license = "MIT OR Apache-2.0"
rust-version = "1.75.0"
rust-version = "1.78.0"
name = "vergen-lib"
readme = "README.md"
repository = "https://github.com/rustyhorde/vergen"
Expand Down
2 changes: 1 addition & 1 deletion vergen-pretty/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
homepage = "https://github.com/rustyhorde/vergen"
keywords = ["cargo", "instructions", "build", "tool"]
license = "MIT OR Apache-2.0"
rust-version = "1.75.0"
rust-version = "1.78.0"
name = "vergen-pretty"
readme = "README.md"
repository = "https://github.com/rustyhorde/vergen"
Expand Down
2 changes: 1 addition & 1 deletion vergen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
homepage = "https://github.com/rustyhorde/vergen"
keywords = ["cargo", "instructions", "build", "tool"]
license = "MIT OR Apache-2.0"
rust-version = "1.75.0"
rust-version = "1.78.0"
name = "vergen"
readme = "README.md"
repository = "https://github.com/rustyhorde/vergen"
Expand Down