Skip to content

Commit

Permalink
Set minimum Rust version.
Browse files Browse the repository at this point in the history
- This currently requires using either beta or nightly channel.
- Due to rust-lang/rust#91611
  • Loading branch information
randombtree committed Dec 9, 2023
1 parent 9f17cde commit 89c9f55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Expand Up @@ -2,6 +2,7 @@
name = "rpcudp-rs"
version = "0.1.0"
edition = "2021"
rust-version = "1.75.0"

[features]
default = ["async-std"]
Expand Down

0 comments on commit 89c9f55

Please sign in to comment.