Skip to content

Commit d0838e6

Browse files
committed
Update minimal Rust version
1 parent c3bb054 commit d0838e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
rust_toolchain:
2020
- nightly
21-
- 1.83 # MSRV
21+
- 1.87 # MSRV
2222

2323
steps:
2424
- name: Setup | Checkout

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "no_std and no-alloc async implementations of various network prot
99
repository = "https://github.com/ivmarkov/edge-net"
1010
license = "MIT OR Apache-2.0"
1111
readme = "README.md"
12-
rust-version = "1.83"
12+
rust-version = "1.87"
1313

1414
[features]
1515
default = ["io"]

0 commit comments

Comments
 (0)