Require wayland-commons>=0.23.3 for UserDataMap

This commit is contained in:
Victor Berger 2019-04-26 10:30:48 +02:00 committed by Victor Berger
parent d62fb4c8b5
commit 78874a8363
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ members = [ "anvil" ]
[dependencies]
wayland-server = { version = "0.23.2", optional = true }
wayland-commons = { version = "0.23", optional = true }
wayland-commons = { version = "0.23.3", optional = true }
wayland-sys = { version = "0.23", optional = true }
calloop = "0.4.2"
nix = "0.13"