Skip to content

Commit

Permalink
fix error: failed to run custom build command for
Browse files Browse the repository at this point in the history
Signed-off-by: fappy1234567 <2019gexinlei@bupt.edu.cn>
  • Loading branch information
fappy1234567 committed Jul 24, 2024
1 parent dd0a6a8 commit 2fa5aa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 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 @@ -55,7 +55,7 @@ tokio = { version = "1.35.1", features = ["macros"] }
# Build static linked openssl library
openssl = { version = "0.10.66", features = ["vendored"] }
# pin openssl-src to bring in fix for https://rustsec.org/advisories/RUSTSEC-2022-0032
#openssl-src = { version = "111.22" }
openssl-src = { version = "300.0.2" }

nydus-api = { version = "0.3.0", path = "api", features = [
"error-backtrace",
Expand Down

0 comments on commit 2fa5aa8

Please sign in to comment.