diff --git a/Cargo.lock b/Cargo.lock index 953e354a..237bb39e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3498,7 +3498,7 @@ checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c" [[package]] name = "smithay" version = "0.7.0" -source = "git+https://github.com/Smithay/smithay.git?rev=dba255cd18c1a808c85a1d1144ad48e0b3f44b8f#dba255cd18c1a808c85a1d1144ad48e0b3f44b8f" +source = "git+https://github.com/Smithay/smithay.git?rev=27af99ef492ab4d7dc5cd2e625374d2beb2772f7#27af99ef492ab4d7dc5cd2e625374d2beb2772f7" dependencies = [ "aliasable", "appendlist", @@ -3573,7 +3573,7 @@ dependencies = [ [[package]] name = "smithay-drm-extras" version = "0.1.0" -source = "git+https://github.com/Smithay/smithay.git?rev=dba255cd18c1a808c85a1d1144ad48e0b3f44b8f#dba255cd18c1a808c85a1d1144ad48e0b3f44b8f" +source = "git+https://github.com/Smithay/smithay.git?rev=27af99ef492ab4d7dc5cd2e625374d2beb2772f7#27af99ef492ab4d7dc5cd2e625374d2beb2772f7" dependencies = [ "drm", "libdisplay-info", diff --git a/Cargo.toml b/Cargo.toml index 6a46154f..4b7cc144 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,14 +28,14 @@ tracy-client = { version = "0.18.4", default-features = false } [workspace.dependencies.smithay] # version = "0.4.1" git = "https://github.com/Smithay/smithay.git" -rev = "dba255cd18c1a808c85a1d1144ad48e0b3f44b8f" +rev = "27af99ef492ab4d7dc5cd2e625374d2beb2772f7" # path = "../smithay" default-features = false [workspace.dependencies.smithay-drm-extras] # version = "0.1.0" git = "https://github.com/Smithay/smithay.git" -rev = "dba255cd18c1a808c85a1d1144ad48e0b3f44b8f" +rev = "27af99ef492ab4d7dc5cd2e625374d2beb2772f7" # path = "../smithay/smithay-drm-extras" [package]