From 22d041024bc956939aea8f102fe20604abf1238b Mon Sep 17 00:00:00 2001 From: Evan Cameron Date: Sun, 14 Jul 2024 21:53:21 -0400 Subject: [PATCH] bump 0.7.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2e22a59..4e611b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unix-udp-sock" -version = "0.7.1" +version = "0.7.2" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/leshow/unix-udp-sock"