Skip to content

Commit 45b9bcc

Browse files
authored
chore: set rust-version in Cargo.toml (#664)
1 parent b9dcd39 commit 45b9bcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ keywords = ["http", "async", "non-blocking"]
1919
categories = ["asynchronous", "web-programming", "network-programming"]
2020
exclude = ["fixtures/**", "ci/**"]
2121
edition = "2018"
22+
rust-version = "1.56"
2223

2324
[features]
2425
# Enables `futures::Stream` implementations for various types.

0 commit comments

Comments
 (0)