Skip to content

Commit 0a32c67

Browse files
committed
update MSRV for rustls-connector
Signed-off-by: Marc-Antoine Perennou <[email protected]>
1 parent 75ffc38 commit 0a32c67

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-and-test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest, windows-latest, macos-latest]
16-
rust: [nightly, beta, stable, 1.63.0]
16+
rust: [nightly, beta, stable, 1.74.0]
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919

2020
- name: Install latest ${{ matrix.rust }}
2121
uses: actions-rs/toolchain@v1

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation = "https://docs.rs/tcp-stream"
99
keywords = ["tcp", "io", "async", "non-blocking"]
1010
categories = ["asynchronous", "network-programming"]
1111
license = "BSD-2-Clause"
12-
rust-version = "1.63.0"
12+
rust-version = "1.74.0"
1313

1414
[lib]
1515
name = "tcp_stream"

0 commit comments

Comments
 (0)