Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
Bump to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Timidger committed Feb 16, 2019
1 parent f9cdf5e commit 47a11c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["wlroots-sys", "wlroots-dehandle"]

[package]
name = "wlroots"
version = "0.2.4"
version = "0.3.0"
authors = ["Timidger <APragmaticPlace@gmail.com>"]
repository = "https://github.com/swaywm/wlroots-rs"
documentation = "https://docs.rs/wlroots"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion wlroots-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wlroots-sys"
version = "0.2.1"
version = "0.3.0"
authors = ["Timidger <APragmaticPlace@gmail.com>"]
description = "Bindgen generated low-level wlroots wrapper"
keywords = ["wayland", "compositor", "bindings"]
Expand Down

0 comments on commit 47a11c2

Please sign in to comment.