Skip to content

Commit 09e826d

Browse files
build: upgrade to 2024 edition
1 parent 9c8a304 commit 09e826d

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.rustfmt.toml

Lines changed: 0 additions & 1 deletion
This file was deleted.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "massping"
33
version = "0.3.6"
4-
edition = "2021"
4+
edition = "2024"
55
license = "MIT"
66
description = "ICMP ping library for sending batches of ICMP echo request packets and measuring the roundtrip time"
77
keywords = ["icmp", "ping"]

src/raw_pinger/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
33
use std::{
44
borrow::Cow,
5-
future::Future,
65
io,
76
marker::PhantomData,
87
mem::{self, MaybeUninit},

0 commit comments

Comments
 (0)