From edb0e7c3ba3583babd39eb8d2272c67017e7defe Mon Sep 17 00:00:00 2001 From: Alex Forster Date: Tue, 25 May 2021 12:00:49 -0500 Subject: [PATCH] Release 1.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5dd25e6..7b093e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pdu" -version = "1.3.1" +version = "1.4.0" description = "Small, fast, and correct L2/L3/L4 packet parser." readme = "README.md" authors = ["Alex Forster "]