From a90aed0d4103c8fb4db2d3d8c5ff8fbd95d1de07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 6 Apr 2022 10:55:10 +0300 Subject: [PATCH] examples: Update to memfd 0.5 --- examples/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index a012257a7..e360e9b06 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -38,7 +38,7 @@ glutin = { version = "0.28", optional = true } once_cell = "1.0" image = { version = "0.24", optional = true } memmap2 = { version = "0.5", optional = true } -memfd = { version = "0.4", optional = true } +memfd = { version = "0.5", optional = true } uds = { version = "0.2", optional = true } [target.'cfg(target_os = "macos")'.dependencies]