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

Commit

Permalink
Specify versions for the paths
Browse files Browse the repository at this point in the history
Required by cargo to publish
  • Loading branch information
Timidger committed Dec 19, 2018
1 parent 2e1f777 commit 7019950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ exclude = [".travis.yml"]
autoexamples = true

[dependencies]
wlroots-sys = { path = "wlroots-sys", default-features = false }
wlroots-dehandle = { path = "wlroots-dehandle" }
wlroots-sys = { path = "wlroots-sys", default-features = false, version = "0.2" }
wlroots-dehandle = { path = "wlroots-dehandle", version = "1.0" }
xkbcommon = "0.3"
bitflags = "1.0"
vsprintf = "1.0.1"
Expand Down

0 comments on commit 7019950

Please sign in to comment.