We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c8a304 commit 09e826dCopy full SHA for 09e826d
.rustfmt.toml
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "massping"
3
version = "0.3.6"
4
-edition = "2021"
+edition = "2024"
5
license = "MIT"
6
description = "ICMP ping library for sending batches of ICMP echo request packets and measuring the roundtrip time"
7
keywords = ["icmp", "ping"]
src/raw_pinger/mod.rs
@@ -2,7 +2,6 @@
use std::{
borrow::Cow,
- future::Future,
io,
marker::PhantomData,
8
mem::{self, MaybeUninit},
0 commit comments