Skip to content

Commit

Permalink
🔧 (Cargo.toml): Specify MSRV
Browse files Browse the repository at this point in the history
指定MSRV
  • Loading branch information
czy-29 committed Sep 23, 2024
1 parent 0809d9e commit a45d3cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ description = """
🚧 OpenPlugin Protocol (WIP, nothing usable for now).
"""
edition = "2021"
# rust-version = "1.76.0"

# Because the highest MSRV `tokio` is 1.70.0
# 因为MSRV最高的`tokio`是1.70.0
rust-version = "1.70.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit a45d3cf

Please sign in to comment.