Skip to content

Commit

Permalink
Merge pull request #62 from silesmo/silesmo-patch-1
Browse files Browse the repository at this point in the history
cargo: update rustix to 0.38
  • Loading branch information
lucab authored Sep 17, 2023
2 parents 7aa6ae1 + addc0f6 commit 4df1fcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/memfd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust_toolchain: [nightly, stable, 1.48.0]
rust_toolchain: [nightly, stable, 1.63.0]
timeout-minutes: 20
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exclude = [".gitignore", ".travis.yml"]

[dependencies]
# Private dependencies.
rustix = { version = "0.37.0", features = ["fs"] }
rustix = { version = "0.38.8", features = ["fs"] }

[package.metadata.release]
publish = false
Expand Down

0 comments on commit 4df1fcf

Please sign in to comment.