Skip to content

Commit

Permalink
Fix testing issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaocq2001 committed Jun 17, 2024
1 parent 0c5783e commit 4906aee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rumqttc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ pretty_assertions = "1"
pretty_env_logger = "0.5"
serde = { version = "1", features = ["derive"] }

[[example]]
name = "async_auth_oauth"
path = "examples/async_auth_oauth.rs"
required-features = ["use-rustls"]

[[example]]
name = "tls"
path = "examples/tls.rs"
Expand Down

0 comments on commit 4906aee

Please sign in to comment.