Skip to content

Commit

Permalink
Merge pull request #15 from MMunier/master
Browse files Browse the repository at this point in the history
Bump Bitflags Version
  • Loading branch information
nathansizemore committed Jun 25, 2020
2 parents a30b5d2 + 008a39c commit c9729f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "epoll"
version = "4.3.0"
version = "4.3.1"
authors = ["Nathan Sizemore <nathanrsizemore@gmail.com>"]
description = "Safe epoll interface."
readme = "README.md"
Expand All @@ -11,4 +11,4 @@ documentation = "https://docs.rs/epoll/"

[dependencies]
libc = "0.2"
bitflags = "1.0"
bitflags = "1.2"

0 comments on commit c9729f2

Please sign in to comment.