Skip to content

Commit b3f3357

Browse files
cargo: release 0.3.5
1 parent 3ee09ae commit b3f3357

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "massping"
3-
version = "0.3.4"
3+
version = "0.3.5"
44
edition = "2021"
55
license = "MIT"
66
description = "ICMP ping library for sending batches of ICMP echo request packets and measuring the roundtrip time"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![crates.io](https://img.shields.io/crates/v/massping.svg)](https://crates.io/crates/massping)
44
[![Documentation](https://docs.rs/massping/badge.svg)](https://docs.rs/massping)
5-
[![dependency status](https://deps.rs/crate/massping/0.3.4/status.svg)](https://deps.rs/crate/massping/0.3.4)
5+
[![dependency status](https://deps.rs/crate/massping/0.3.5/status.svg)](https://deps.rs/crate/massping/0.3.5)
66
[![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)
77
[![CI](https://github.com/M4SS-Code/massping/actions/workflows/ci.yml/badge.svg)](https://github.com/M4SS-Code/massping/actions/workflows/ci.yml)
88

0 commit comments

Comments
 (0)