diff --git a/Cargo.lock b/Cargo.lock index ba4fadaa..29a60470 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -955,7 +955,7 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" dependencies = [ - "libloading 0.8.1", + "libloading 0.7.4", ] [[package]] diff --git a/src/wayland/protocols/workspace.rs b/src/wayland/protocols/workspace.rs index a5ae52d5..e1bd982e 100644 --- a/src/wayland/protocols/workspace.rs +++ b/src/wayland/protocols/workspace.rs @@ -420,7 +420,7 @@ where F: for<'a> Fn(&'a Client) -> bool + Send + Sync + 'static, { let global = dh.create_global::( - 1, + 2, WorkspaceGlobalData { filter: Box::new(client_filter), },