Skip to content

Commit 1791355

Browse files
opsoundfacebook-github-bot
authored andcommitted
third-party: rust: upgrade to memmap2 0.9.5
Summary: We are using quite an old version (0.5.1). Also want to be able to use `.huge` to experiment with `MAP_HUGETLB`. Reviewed By: asp2insp Differential Revision: D75108717 fbshipit-source-id: fcb73c8d95f12dcda7d7af8e7a2c763fe1919707
1 parent 22c4c54 commit 1791355

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reverie/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ byteorder = "1.3"
1717
lazy_static = { version = "1.5", features = ["spin_no_std"], default-features = false }
1818
libc = "0.2.139"
1919
linked-hash-map = { version = "0.5", features = ["serde_impl"] }
20-
memmap2 = "0.5.10"
20+
memmap2 = "0.9.5"
2121
never-say-never = "6"
2222
nix = { version = "0.29.0", features = ["dir", "event", "hostname", "inotify", "ioctl", "mman", "mount", "net", "poll", "ptrace", "reboot", "resource", "sched", "signal", "term", "time", "user", "zerocopy"] }
2323
object = { version = "0.36.7", features = ["read", "write"] }

0 commit comments

Comments
 (0)