mirror of
https://github.com/icewind1991/clipboard-sync
synced 2026-06-03 18:34:07 +02:00
fix feature flag
This commit is contained in:
parent
2fa67d45f0
commit
f4839aa938
2 changed files with 1 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -881,7 +881,6 @@ dependencies = [
|
|||
"mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"openssl 0.10.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sha-1 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
|||
|
|
@ -18,5 +18,5 @@ serde = { version = "1.0", features = ["derive"] }
|
|||
serde_json = "1.0"
|
||||
clipboard = "0.5"
|
||||
env_logger = "0.6"
|
||||
ws = {version = "0.8", features = ["ssl", "native-tls"]}
|
||||
ws = {version = "0.8", features = ["nativetls"]}
|
||||
err-derive = "0.1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue