Skip to content

Commit

Permalink
Update the rustix version to use
Browse files Browse the repository at this point in the history
The new version includes a fix for the page_size issue described in
bytecodealliance/rustix#933.

Changelog: other
  • Loading branch information
yorickpeterse committed Nov 15, 2023
1 parent ac80af4 commit 1687c75
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rt/Cargo.toml
Expand Up @@ -19,7 +19,7 @@ rand = { version = "^0.8", features = ["default", "small_rng"] }
polling = "^2.8"
unicode-segmentation = "^1.8"
backtrace = "^0.3"
rustix = { version = "^0.38", features = ["fs", "mm", "param", "process", "net", "std", "time"], default-features = false }
rustix = { version = "^0.38.24", features = ["fs", "mm", "param", "process", "net", "std", "time"], default-features = false }

[dependencies.socket2]
version = "^0.5"
Expand Down

0 comments on commit 1687c75

Please sign in to comment.