Update memmap2 requirement from 0.5.8 to 0.6.1 (#108)
This commit is contained in:
parent
fcda747ddf
commit
4268c732a6
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ thiserror = "1.0.30"
|
||||||
|
|
||||||
[target.'cfg(all(unix, not(any(target_vendor = "apple", target_os = "android", target_os = "redox"))))'.dependencies]
|
[target.'cfg(all(unix, not(any(target_vendor = "apple", target_os = "android", target_os = "redox"))))'.dependencies]
|
||||||
bytemuck = { version = "1.12.3", optional = true }
|
bytemuck = { version = "1.12.3", optional = true }
|
||||||
memmap2 = { version = "0.5.8", optional = true }
|
memmap2 = { version = "0.6.1", optional = true }
|
||||||
nix = { version = "0.26.1", optional = true }
|
nix = { version = "0.26.1", optional = true }
|
||||||
wayland-backend = { version = "0.1.0", features = ["client_system"], optional = true }
|
wayland-backend = { version = "0.1.0", features = ["client_system"], optional = true }
|
||||||
wayland-client = { version = "0.30.0", optional = true }
|
wayland-client = { version = "0.30.0", optional = true }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue