Skip to content

Commit 07065aa

Browse files
Update errno requirement from 0.2.5 to 0.3.0 (#94)
Updates the requirements on [errno](https://github.com/lambda-fairy/rust-errno) to permit the latest version. - [Release notes](https://github.com/lambda-fairy/rust-errno/releases) - [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md) - [Commits](lambda-fairy/rust-errno@v0.2.5...v0.3.0) --- updated-dependencies: - dependency-name: errno dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f0e35d4 commit 07065aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "MIT"
1010
edition = "2018"
1111

1212
[dependencies]
13-
errno = "0.2.5"
13+
errno = "0.3.0"
1414
libc = "^0.2.62"
1515

1616
[features]

0 commit comments

Comments
 (0)