Skip to content

Commit

Permalink
Update pavao dependency (again) to fix RISC-V build
Browse files Browse the repository at this point in the history
Previously building on RISC-V was fixed in evilsocket#43.
However the pavao version containing previous RISC-V changes also contains statvfs
support, but it does not release with RISC-V support until it was added in
veeso/pavao#19 and released in v0.2.7.
  • Loading branch information
hack3ric committed Dec 15, 2024
1 parent cb5626f commit 26d1894
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ rdp-rs = { version = "0.1.0", optional = true }
scylla = { version = "0.10.1", optional = true }
paho-mqtt = { version = "0.12.3", optional = true }
csv = "1.3.0"
pavao = { version = "0.2.6", optional = true }
pavao = { version = "0.2.7", optional = true }
fast-socks5 = { version = "0.9.2", optional = true }
shell-words = "1.1.0"
serde_yaml = "0.9.30"
Expand Down

0 comments on commit 26d1894

Please sign in to comment.