Skip to content

Commit 037b263

Browse files
committed
Fixed broken import.
1 parent 90711ee commit 037b263

File tree

1 file changed

+2
-2
lines changed
  • client/swimos_client/src

1 file changed

+2
-2
lines changed

client/swimos_client/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ use swimos_downlink::{
3939
use swimos_form::Form;
4040
use swimos_remote::dns::Resolver;
4141
use swimos_remote::plain::TokioPlainTextNetworking;
42+
#[cfg(feature = "tls")]
43+
use swimos_remote::tls::{ClientConfig as TlsConfig, RustlsClientNetworking, TlsError};
4244
use swimos_remote::ClientConnections;
4345
use swimos_runtime::downlink::{DownlinkOptions, DownlinkRuntimeConfig};
44-
#[cfg(feature = "tls")]
45-
use swimos_tls::{ClientConfig as TlsConfig, RustlsClientNetworking, TlsError};
4646
use swimos_utilities::trigger;
4747
use swimos_utilities::trigger::promise;
4848
use tokio::sync::mpsc;

0 commit comments

Comments
 (0)