Skip to content

Commit bb6326e

Browse files
committed
Try workaround ubuntu build error
1 parent 95358ab commit bb6326e

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

Cargo.lock

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ serde_json = "1.0.116"
1616
tokio = { version = "1.37.0", features = ["rt-multi-thread"] }
1717
tracing = "0.1.40"
1818
tracing-subscriber = "0.3.18"
19+
20+
[target.'cfg(not(windows))'.dependencies]
21+
openssl = { version = "0.10", features = ["vendored"] }

0 commit comments

Comments
 (0)