Skip to content

Commit

Permalink
fix: use version with defmt support
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulf Lilleengen committed Jan 30, 2023
1 parent 4b8bac6 commit 84f4cb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ log = { version = "0.4", optional = true }
defmt = { version = "0.3", optional = true }
embedded-tls = { version = "0.11", default-features = false, features = ["async"] }
rand_chacha = { version = "0.3", default-features = false }
nourl = "0.1.0"
nourl = "0.1.1"

[dev-dependencies]
hyper = { version = "0.14.23", features = ["full"] }
Expand All @@ -44,4 +44,5 @@ defmt = [
"dep:defmt",
"embedded-io/defmt",
"embedded-tls/defmt",
"nourl/defmt",
]
3 changes: 2 additions & 1 deletion tests/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ async fn test_request_response_rustls() {
t.await.unwrap();
}

//#[tokio::test]
#[ignore]
#[tokio::test]
async fn test_request_response_drogue_cloud_sandbox() {
setup();
let mut tls_buf: [u8; 16384] = [0; 16384];
Expand Down

0 comments on commit 84f4cb6

Please sign in to comment.