Skip to content

Commit 4df1fcf

Browse files
authored
Merge pull request #62 from silesmo/silesmo-patch-1
cargo: update rustix to 0.38
2 parents 7aa6ae1 + addc0f6 commit 4df1fcf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/memfd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
rust_toolchain: [nightly, stable, 1.48.0]
18+
rust_toolchain: [nightly, stable, 1.63.0]
1919
timeout-minutes: 20
2020
steps:
2121
- uses: actions/checkout@v2

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exclude = [".gitignore", ".travis.yml"]
1616

1717
[dependencies]
1818
# Private dependencies.
19-
rustix = { version = "0.37.0", features = ["fs"] }
19+
rustix = { version = "0.38.8", features = ["fs"] }
2020

2121
[package.metadata.release]
2222
publish = false

0 commit comments

Comments
 (0)