From 89c9f55a2d16eb458d928ed5b41b746b4f2a50e2 Mon Sep 17 00:00:00 2001 From: Roger Blomgren Date: Sat, 9 Dec 2023 10:42:08 +0200 Subject: [PATCH] Set minimum Rust version. - This currently requires using either beta or nightly channel. - Due to https://github.com/rust-lang/rust/issues/91611 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 8bddad1..113f5a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "rpcudp-rs" version = "0.1.0" edition = "2021" +rust-version = "1.75.0" [features] default = ["async-std"]