Bump version to v0.2.0

This commit is contained in:
Jeremy Wall 2022-02-09 18:57:34 -05:00
parent 4c666baf78
commit 6d12901286
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "icmp-socket"
description = "ICMP sockets for both IPv4 and IPv6"
version = "0.1.2"
version = "0.2.0"
repository = "https://github.com/zaphar/icmp-socket"
authors = ["Jeremy Wall <jeremy@marzhillstudios.com>"]
edition = "2018"

View File

@ -18,4 +18,4 @@ let packet6 = Icmpv6Packet::with_echo_request(42, 1, "payload".to_bytes());
# API Documentation
https://docs.rs/icmp-socket/0.1.2
https://docs.rs/icmp-socket/0.2.0