Skip to content

Commit 18a3496

Browse files
committed
build(deps): added vendored openssl for aw-sync (fixes #478)
1 parent 051bb64 commit 18a3496

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

Cargo.lock

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aw-sync/Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,12 @@ reqwest = { version = "0.11", features = ["json", "blocking"] }
2222
clap = { version = "4.1", features = ["derive"] }
2323
appdirs = "0.2.0"
2424
dirs = "5.0.1"
25+
gethostname = "0.4.3"
26+
2527
aw-server = { path = "../aw-server" }
2628
aw-models = { path = "../aw-models" }
2729
aw-datastore = { path = "../aw-datastore" }
2830
aw-client-rust = { path = "../aw-client-rust" }
29-
gethostname = "0.4.3"
31+
32+
[target.'cfg(target_os="linux")'.dependencies]
33+
openssl = { version = "0.10.64", features = ["vendored"] } # https://github.com/ActivityWatch/aw-server-rust/issues/478

0 commit comments

Comments
 (0)