From b5ea879f6346bdccc75b244003d727c9686aee86 Mon Sep 17 00:00:00 2001 From: Russell Cloran Date: Fri, 29 Sep 2023 16:11:27 -0700 Subject: [PATCH] Set rust-version in Cargo.toml --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 8fdab93..4132422 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,9 @@ repository = "https://github.com/bparli/fastping-rs" description = " ICMP ping library for quickly sending and measuring batches of ICMP ECHO REQUEST packets." readme = "README.md" edition = "2021" +# Currently only dependencies from examples/ need 1.63, but this applies to the +# whole package, so it appears to be correct to state this dependency this way. +rust-version = "1.63.0" [dependencies] pnet = "0.34"