Skip to content

Commit edcc0da

Browse files
committed
update rust edition to 2024
1 parent 659eeb7 commit edcc0da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: [ubuntu-latest, macos-latest, windows-latest]
21-
rust: [stable, beta, nightly, 1.81.0]
21+
rust: [stable, beta, nightly, 1.85.0]
2222

2323
steps:
2424
- uses: actions/checkout@v4

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ license = "Apache-2.0 OR MIT"
1010
categories = ["cryptography"]
1111
readme = "README.md"
1212
keywords = ["noise", "protocol", "crypto"]
13-
edition = "2021"
14-
rust-version = "1.81.0"
13+
edition = "2024"
14+
rust-version = "1.85"
1515

1616
# This is slightly mumbo-jumboey, but in short:
1717
# Features with a -resolver suffix simply enables the existence of a specific resolver,

0 commit comments

Comments
 (0)