There was an error while loading. Please reload this page.
1 parent 8fa5fa3 commit a7f47a6Copy full SHA for a7f47a6
2 files changed
.github/workflows/rust.yml
@@ -58,7 +58,7 @@ jobs:
58
continue-on-error: false
59
- # test with the MSRV version
60
test-arm: "Minimum Supported Rust Version"
61
- rust-version: "1.79.0"
+ rust-version: "1.85.0"
62
63
- # test with the current nightly version (allowed to fail)
64
test-arm: "Nightly"
Cargo.toml
@@ -12,7 +12,7 @@ edition = "2021"
12
homepage = "https://cyclonedx.org/"
13
license = "Apache-2.0"
14
repository = "https://github.com/CycloneDX/cyclonedx-rust-cargo"
15
-rust-version = "1.79.0"
+rust-version = "1.85.0"
16
17
# Config for 'dist'
18
[workspace.metadata.dist]
0 commit comments