From 13835a9f03205b8c54d29b797e8e53746de18003 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 16 Aug 2023 12:35:19 +0300 Subject: [PATCH] examples: Update to uds 0.4 Part-of: --- examples/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 87ce913d6..986a42ca1 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -37,7 +37,7 @@ glutin = { version = "0.29", optional = true } image = { version = "0.24", optional = true, default-features = false, features = ["png", "jpeg"] } memmap2 = { version = "0.7", optional = true } memfd = { version = "0.6", optional = true } -uds = { version = "0.2", optional = true } +uds = { version = "0.4", optional = true } [target.'cfg(windows)'.dependencies] windows = { version = "0.48", features=["Win32_Graphics_Direct3D11",