examples: Update to memfd 0.6

This commit is contained in:
Sebastian Dröge 2022-06-06 11:18:40 +03:00
parent 50f3eee8eb
commit 2c373f5d24

View file

@ -39,7 +39,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.5", optional = true }
memfd = { version = "0.6", optional = true }
uds = { version = "0.2", optional = true }
[target.'cfg(target_os = "macos")'.dependencies]