Skip to content

Commit

Permalink
Update to rustix 0.38.34, which has fixes for rustc-dep-of-std mode. (#9
Browse files Browse the repository at this point in the history
)

* Update to rustix 0.38.34, which has fixes for rustc-dep-of-std mode.

* Update to actions/checkout@v4.
  • Loading branch information
sunfishcode authored Apr 24, 2024
1 parent 3f66907 commit 0c6475b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
qemu_target: riscv64-linux-user
host_target: riscv64gc-unknown-linux-gnu
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- uses: ./.github/actions/install-rust
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include = ["src", "Cargo.toml", "COPYRIGHT", "LICENSE*", "/*.md"]
rust-version = "1.70"

[dependencies]
rustix = { version = "0.38.1", default-features = false, features = ["thread", "time"] }
rustix = { version = "0.38.34", default-features = false, features = ["thread", "time"] }
lock_api = { version = "0.4.7", default-features = false }

# Special dependencies used in rustc-dep-of-std mode.
Expand Down

0 comments on commit 0c6475b

Please sign in to comment.