Skip to content

Commit 6536afe

Browse files
committed
chore(deps): upgrade errno to ^0.3
1 parent f80a63f commit 6536afe

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

Cargo.lock

Lines changed: 13 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/r3_port_std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ features = ["tests_all"]
3333

3434
[target."cfg(unix)".dependencies]
3535
libc = "0.2.71"
36-
errno = "0.2.5"
36+
errno = "0.3.0"
3737

3838
[target."cfg(windows)".dependencies]
3939
winapi = { version = "0.3.8", features = ["processthreadsapi", "synchapi", "errhandlingapi", "handleapi"] }

0 commit comments

Comments
 (0)