From 008a39cc583289b7d37315e1c39e966479a4d7ed Mon Sep 17 00:00:00 2001 From: MMunier Date: Wed, 24 Jun 2020 17:24:09 +0200 Subject: [PATCH] Bump Bitflags Version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2ed05c9c..d65e1d67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "epoll" -version = "4.3.0" +version = "4.3.1" authors = ["Nathan Sizemore "] description = "Safe epoll interface." readme = "README.md" @@ -11,4 +11,4 @@ documentation = "https://docs.rs/epoll/" [dependencies] libc = "0.2" -bitflags = "1.0" +bitflags = "1.2"