diff --git a/.github/workflows/vergen.yml b/.github/workflows/vergen.yml index c354f8eb..ce92d38a 100644 --- a/.github/workflows/vergen.yml +++ b/.github/workflows/vergen.yml @@ -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: @@ -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: @@ -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: @@ -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: diff --git a/.github/workflows/vergen_git2.yml b/.github/workflows/vergen_git2.yml index 10787af7..3b22f3d3 100644 --- a/.github/workflows/vergen_git2.yml +++ b/.github/workflows/vergen_git2.yml @@ -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: @@ -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: @@ -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: @@ -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: diff --git a/.github/workflows/vergen_gitcl.yml b/.github/workflows/vergen_gitcl.yml index bfc1ef15..96df06ea 100644 --- a/.github/workflows/vergen_gitcl.yml +++ b/.github/workflows/vergen_gitcl.yml @@ -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: @@ -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: @@ -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: @@ -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: diff --git a/.github/workflows/vergen_gix.yml b/.github/workflows/vergen_gix.yml index a5d5ffa5..a2583ae4 100644 --- a/.github/workflows/vergen_gix.yml +++ b/.github/workflows/vergen_gix.yml @@ -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: @@ -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: @@ -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: @@ -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: diff --git a/.github/workflows/vergen_lib.yml b/.github/workflows/vergen_lib.yml index eaa06baa..0f01d386 100644 --- a/.github/workflows/vergen_lib.yml +++ b/.github/workflows/vergen_lib.yml @@ -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: @@ -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: @@ -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: @@ -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: diff --git a/.github/workflows/vergen_pretty.yml b/.github/workflows/vergen_pretty.yml index b0a057c6..ac99e83c 100644 --- a/.github/workflows/vergen_pretty.yml +++ b/.github/workflows/vergen_pretty.yml @@ -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: @@ -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: @@ -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: @@ -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: diff --git a/README.md b/README.md index e56eb914..4e1b9299 100644 --- a/README.md +++ b/README.md @@ -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`. diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index 3f1b9b16..612255d5 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -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" diff --git a/vergen-git2/Cargo.toml b/vergen-git2/Cargo.toml index decd1bcd..387561bd 100644 --- a/vergen-git2/Cargo.toml +++ b/vergen-git2/Cargo.toml @@ -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" diff --git a/vergen-gitcl/Cargo.toml b/vergen-gitcl/Cargo.toml index a8c57b95..e8dc8a39 100644 --- a/vergen-gitcl/Cargo.toml +++ b/vergen-gitcl/Cargo.toml @@ -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" diff --git a/vergen-gix/Cargo.toml b/vergen-gix/Cargo.toml index 1a725e50..7d9de3f6 100644 --- a/vergen-gix/Cargo.toml +++ b/vergen-gix/Cargo.toml @@ -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" diff --git a/vergen-lib/Cargo.toml b/vergen-lib/Cargo.toml index c7bec56b..4f7576af 100644 --- a/vergen-lib/Cargo.toml +++ b/vergen-lib/Cargo.toml @@ -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" diff --git a/vergen-pretty/Cargo.toml b/vergen-pretty/Cargo.toml index 0b365122..b3dab301 100644 --- a/vergen-pretty/Cargo.toml +++ b/vergen-pretty/Cargo.toml @@ -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" diff --git a/vergen/Cargo.toml b/vergen/Cargo.toml index de674650..d8350d72 100644 --- a/vergen/Cargo.toml +++ b/vergen/Cargo.toml @@ -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"