Skip to content

Commit d5fcee8

Browse files
committed
Update to Rust 1.85 for edition2024.
1 parent 121e016 commit d5fcee8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
build: [ubuntu, i686-linux, aarch64-linux, riscv64-linux]
26-
rust: [1.84.1, nightly-2025-04-28]
26+
rust: [1.85, nightly-2025-04-28]
2727
include:
2828
- build: ubuntu
2929
os: ubuntu-latest

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ edition = "2021"
1212
keywords = ["linux"]
1313
categories = ["no-std"]
1414
include = ["src", "Cargo.toml", "COPYRIGHT", "LICENSE*", "/*.md"]
15-
rust-version = "1.84.1"
15+
rust-version = "1.85"
1616

1717
[dependencies]
1818
linux-raw-sys = { version = "0.9.2", default-features = false, optional = true, features = ["general", "no_std", "elf"] }

0 commit comments

Comments
 (0)