From 53c67841d94a875a47c0f4c43442869372ca37d8 Mon Sep 17 00:00:00 2001 From: kolapapa <346512016@qq.com> Date: Fri, 7 May 2021 16:19:45 +0800 Subject: [PATCH] bump ver 0.2.1 --- Cargo.toml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c4d5c69..adc53d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "surge-ping" -version = "0.2.0" +version = "0.2.1" authors = ["kolapapa "] edition = "2018" license = "MIT" @@ -16,7 +16,7 @@ pnet_packet = "0.27.2" rand = "0.8.3" socket2 = { version = "0.4.0", features = ["all"] } thiserror = "1.0.24" -tokio = { version = "1.4", features = ["time", "macros"] } +tokio = { version = "1.5", features = ["time", "macros"] } [dev-dependencies] log = "0.4" diff --git a/README.md b/README.md index 960e271..cdc373b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/kolapapa/surge-ping/blob/main/LICENSE) [![API docs](https://docs.rs/surge-ping/badge.svg)](http://docs.rs/surge-ping) -rust ping libray based on `tokio` + `socket2` + `packet`. +rust ping libray based on `tokio` + `socket2` + `pnet_packet`. ### Example ```rust