diff --git a/x11/Cargo.toml b/x11/Cargo.toml index 094a227..a4b7a04 100644 --- a/x11/Cargo.toml +++ b/x11/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "x11" -version = "2.2.0" +version = "2.2.1" authors = ["Daggerbot "] description = "X11 library bindings for Rust" license = "CC0-1.0" @@ -21,7 +21,7 @@ xt = [] xtest = [] [dependencies] -libc = "*" +libc = "0.1" [build-dependencies] pkg-config = "*"