diff --git a/Cargo.toml b/Cargo.toml index 1a1fd10f..e945e49b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["wlroots-sys", "wlroots-dehandle"] [package] name = "wlroots" -version = "0.2.4" +version = "0.3.0" authors = ["Timidger "] repository = "https://github.com/swaywm/wlroots-rs" documentation = "https://docs.rs/wlroots" @@ -15,7 +15,7 @@ exclude = [".travis.yml"] autoexamples = true [dependencies] -wlroots-sys = { path = "wlroots-sys", default-features = false, version = "0.2.1" } +wlroots-sys = { path = "wlroots-sys", default-features = false } wlroots-dehandle = { path = "wlroots-dehandle", version = "2.0" } xkbcommon = "0.3" bitflags = "1.0" diff --git a/wlroots-sys/Cargo.toml b/wlroots-sys/Cargo.toml index df9678e7..d4476ba2 100644 --- a/wlroots-sys/Cargo.toml +++ b/wlroots-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wlroots-sys" -version = "0.2.1" +version = "0.3.0" authors = ["Timidger "] description = "Bindgen generated low-level wlroots wrapper" keywords = ["wayland", "compositor", "bindings"]