Skip to content

Commit

Permalink
chore: set rust-version in Cargo.toml (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
atouchet committed Feb 28, 2023
1 parent b9dcd39 commit 45b9bcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Expand Up @@ -19,6 +19,7 @@ keywords = ["http", "async", "non-blocking"]
categories = ["asynchronous", "web-programming", "network-programming"]
exclude = ["fixtures/**", "ci/**"]
edition = "2018"
rust-version = "1.56"

[features]
# Enables `futures::Stream` implementations for various types.
Expand Down

0 comments on commit 45b9bcc

Please sign in to comment.