Skip to content

Commit 89c9f55

Browse files
committed
Set minimum Rust version.
- This currently requires using either beta or nightly channel. - Due to rust-lang/rust#91611
1 parent 9f17cde commit 89c9f55

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
@@ -2,6 +2,7 @@
22
name = "rpcudp-rs"
33
version = "0.1.0"
44
edition = "2021"
5+
rust-version = "1.75.0"
56

67
[features]
78
default = ["async-std"]

0 commit comments

Comments
 (0)