diff --git a/Cargo.toml b/Cargo.toml index 58dd24d..f98da77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["icmp", "ping"] categories = ["network-programming"] repository = "https://github.com/M4SS-Code/massping" readme = "README.md" -rust-version = "1.64" +rust-version = "1.70" [package.metadata.docs.rs] features = ["tokio/time"] diff --git a/README.md b/README.md index 1cbd0a6..7905773 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![crates.io](https://img.shields.io/crates/v/massping.svg)](https://crates.io/crates/massping) [![Documentation](https://docs.rs/massping/badge.svg)](https://docs.rs/massping) [![dependency status](https://deps.rs/crate/massping/0.3.5/status.svg)](https://deps.rs/crate/massping/0.3.5) -[![Rustc Version 1.64.0+](https://img.shields.io/badge/rustc-1.64.0+-lightgray.svg)](https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html) +[![Rustc Version 1.70.0+](https://img.shields.io/badge/rustc-1.70.0+-lightgray.svg)](https://blog.rust-lang.org/2023/06/01/Rust-1.70.0.html) [![CI](https://github.com/M4SS-Code/massping/actions/workflows/ci.yml/badge.svg)](https://github.com/M4SS-Code/massping/actions/workflows/ci.yml) Asynchronous ICMP ping library using Linux RAW sockets and the