From a3f893c54e4e064c66adf7a927db3f93579c027e Mon Sep 17 00:00:00 2001 From: Nathan Sizemore Date: Mon, 3 Jul 2023 06:36:30 -0400 Subject: [PATCH] Version bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4a53d64e..099f6282 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "epoll" -version = "4.3.2" +version = "4.3.3" authors = ["Nathan Sizemore "] description = "Safe epoll interface." readme = "README.md"