Skip to content

Commit

Permalink
cargo.toml: update errno to 0.3
Browse files Browse the repository at this point in the history
change errno's version range from 0.2 to 0.3 work around the dependency issue
found coreos/cargo-vendor-filterer#71 which is
effecting afterburn's vender tarball and consequently RCOS/C9s releases
  • Loading branch information
prestist committed May 25, 2023
1 parent e7cace4 commit 37c468c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = 'A pure-Rust library for VMware host-guest protocol ("VMXh backdoo
[dependencies]
cfg-if = "^1.0"
libc = "^0.2"
errno = "^0.2"
errno = "^0.3"
log = "^0.4"
thiserror = "^1.0"

Expand Down

0 comments on commit 37c468c

Please sign in to comment.