examples: Update to memfd 0.5

This commit is contained in:
Sebastian Dröge 2022-04-06 10:55:10 +03:00
parent 60a192d525
commit a90aed0d41

View file

@ -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]