Skip to content

Commit

Permalink
Try workaround ubuntu build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Xerxes-2 committed Apr 19, 2024
1 parent 95358ab commit bb6326e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ serde_json = "1.0.116"
tokio = { version = "1.37.0", features = ["rt-multi-thread"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"

[target.'cfg(not(windows))'.dependencies]
openssl = { version = "0.10", features = ["vendored"] }

0 comments on commit bb6326e

Please sign in to comment.