Skip to content

Commit 6a7cb8b

Browse files
Release 0.3.1
1 parent 6239f34 commit 6a7cb8b

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.0"
3+
version = "0.3.1"
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.0/status.svg)](https://deps.rs/crate/massping/0.3.0)
5+
[![dependency status](https://deps.rs/crate/massping/0.3.1/status.svg)](https://deps.rs/crate/massping/0.3.1)
66
[![Rustc Version 1.64.0+](https://img.shields.io/badge/rustc-1.64.0+-lightgray.svg)](https://forge.rust-lang.org/)
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)