We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3bb054 commit d0838e6Copy full SHA for d0838e6
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
matrix:
19
rust_toolchain:
20
- nightly
21
- - 1.83 # MSRV
+ - 1.87 # MSRV
22
23
steps:
24
- name: Setup | Checkout
Cargo.toml
@@ -9,7 +9,7 @@ description = "no_std and no-alloc async implementations of various network prot
9
repository = "https://github.com/ivmarkov/edge-net"
10
license = "MIT OR Apache-2.0"
11
readme = "README.md"
12
-rust-version = "1.83"
+rust-version = "1.87"
13
14
[features]
15
default = ["io"]
0 commit comments