Skip to content

Commit a7f47a6

Browse files
committed
Increase MSRV to 1.85
Signed-off-by: Graham Christensen <graham@grahamc.com>
1 parent 8fa5fa3 commit a7f47a6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
continue-on-error: false
5959
- # test with the MSRV version
6060
test-arm: "Minimum Supported Rust Version"
61-
rust-version: "1.79.0"
61+
rust-version: "1.85.0"
6262
continue-on-error: false
6363
- # test with the current nightly version (allowed to fail)
6464
test-arm: "Nightly"

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ edition = "2021"
1212
homepage = "https://cyclonedx.org/"
1313
license = "Apache-2.0"
1414
repository = "https://github.com/CycloneDX/cyclonedx-rust-cargo"
15-
rust-version = "1.79.0"
15+
rust-version = "1.85.0"
1616

1717
# Config for 'dist'
1818
[workspace.metadata.dist]

0 commit comments

Comments
 (0)