Skip to content

Commit

Permalink
fix building cable docs
Browse files Browse the repository at this point in the history
  • Loading branch information
micolous committed Mar 29, 2023
1 parent 31ad175 commit 80f68d1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ cable-tunnel-server-common = { path = "./cable-tunnel-server/common" }
clap = { version = "^3.2", features = ["derive", "env"] }
futures = "^0.3.25"
hex = { version = "0.4.3" }
http = "^0.2.9"
http-body = "=1.0.0-rc.2"
http-body-util = "=0.1.0-rc.2"
hyper = { version = "=1.0.0-rc.3", default-features = false, features = ["http1"] }
Expand Down
2 changes: 0 additions & 2 deletions webauthn-authenticator-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ u2fhid = ["authenticator"]
bluetooth = ["btleplug"]

# caBLE / hybrid authenticator
cable-localhost-tunnel = []
cable = ["bluetooth", "hex", "tokio", "tokio-tungstenite", "qrcode"]

# Always connect to a caBLE tunnel server at ws://localhost:8080, rather than
Expand Down Expand Up @@ -62,7 +61,6 @@ num-traits = "0.2"
num-derive = "0.3"
async-trait = "0.1.58"
futures.workspace = true
http = { workspace = true, optional = true }

qrcode = { version = "^0.12.0", optional = true }
# btleplug pinned due to https://github.com/deviceplug/btleplug/issues/289
Expand Down
1 change: 0 additions & 1 deletion webauthn-authenticator-rs/src/cable/discovery.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#[cfg(doc)]
use crate::stubs::*;

use http::uri::Builder;
use num_traits::ToPrimitive;
use openssl::{
ec::EcKey,
Expand Down

0 comments on commit 80f68d1

Please sign in to comment.