From f013eff010eed5aafbbdfe8ec611aab2f333ed9f Mon Sep 17 00:00:00 2001 From: Alex Forster Date: Wed, 5 Feb 2020 09:51:22 -0600 Subject: [PATCH] Release v1.0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 05f36f1..92c25f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pdu" -version = "1.0.0" +version = "1.0.1" description = "Small, fast, and correct L2/L3/L4 packet parser." readme = "README.md" authors = ["Alex Forster "]