Skip to content

Commit

Permalink
cargo: release 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini committed Dec 16, 2024
1 parent 867c803 commit 88e0e96
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/target
Cargo.lock
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "massping"
version = "0.3.5"
version = "0.3.6"
edition = "2021"
license = "MIT"
description = "ICMP ping library for sending batches of ICMP echo request packets and measuring the roundtrip time"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,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)
[![dependency status](https://deps.rs/crate/massping/0.3.6/status.svg)](https://deps.rs/crate/massping/0.3.6)
[![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)

Expand Down

0 comments on commit 88e0e96

Please sign in to comment.