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 8336e23 commit cc274cbCopy full SHA for cc274cb
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
os: [ubuntu-latest, windows-latest]
52
# When updating this, the reminder to update the minimum supported
53
# Rust version in Cargo.toml.
54
- rust: ['1.47']
+ rust: ['1.48']
55
steps:
56
- uses: actions/checkout@v3
57
- name: Install Rust
Cargo.toml
@@ -6,7 +6,7 @@ name = "async-net"
6
version = "1.7.0"
7
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
8
edition = "2018"
9
-rust-version = "1.47"
+rust-version = "1.48"
10
description = "Async networking primitives for TCP/UDP/Unix communication"
11
license = "Apache-2.0 OR MIT"
12
repository = "https://github.com/smol-rs/async-net"
0 commit comments