Skip to content

Commit 0f50bfd

Browse files
Update fs-err requirement from 2 to 3 (#51)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c6135fe commit 0f50bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/build-libunwind/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ edition = "2021"
44

55
[dependencies]
66
cc = "1"
7-
fs-err = "2"
7+
fs-err = "3"
88

99
[lints.rust]
1010
rust_2018_idioms = "warn"

0 commit comments

Comments
 (0)