Skip to content

Commit

Permalink
bump ver 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kolapapa committed May 7, 2021
1 parent 0621e5a commit 53c6784
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "surge-ping"
version = "0.2.0"
version = "0.2.1"
authors = ["kolapapa <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53c6784

Please sign in to comment.