Skip to content

Commit 1a2451b

Browse files
authored
Merge pull request RustPython#3755 from killme2008/mmap-module
mmap module
2 parents 5376c38 + af2fac9 commit 1a2451b

File tree

14 files changed

+2016
-33
lines changed

14 files changed

+2016
-33
lines changed

Cargo.lock

Lines changed: 23 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ rustpython-stdlib = {path = "stdlib", optional = true, default-features = false,
4141
dirs = { package = "dirs-next", version = "2.0.0" }
4242
num-traits = "0.2.14"
4343
cfg-if = "1.0.0"
44-
libc = "0.2.123"
44+
libc = "0.2.126"
4545

4646
flame = { version = "0.2.2", optional = true }
4747
flamescope = { version = "0.1.2", optional = true }

0 commit comments

Comments
 (0)