We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 659eeb7 commit edcc0daCopy full SHA for edcc0da
.github/workflows/rust.yml
@@ -18,7 +18,7 @@ jobs:
18
fail-fast: false
19
matrix:
20
os: [ubuntu-latest, macos-latest, windows-latest]
21
- rust: [stable, beta, nightly, 1.81.0]
+ rust: [stable, beta, nightly, 1.85.0]
22
23
steps:
24
- uses: actions/checkout@v4
Cargo.toml
@@ -10,8 +10,8 @@ license = "Apache-2.0 OR MIT"
10
categories = ["cryptography"]
11
readme = "README.md"
12
keywords = ["noise", "protocol", "crypto"]
13
-edition = "2021"
14
-rust-version = "1.81.0"
+edition = "2024"
+rust-version = "1.85"
15
16
# This is slightly mumbo-jumboey, but in short:
17
# Features with a -resolver suffix simply enables the existence of a specific resolver,
0 commit comments