Skip to content

Commit

Permalink
Changed smol dependency for esp32
Browse files Browse the repository at this point in the history
  • Loading branch information
Nereuxofficial authored Mar 2, 2023
1 parent e12b995 commit c155a65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ async-trait = "0.1.61"
tokio = { version = "1.24.1", features = ["macros", "io-util", "net", "time"], optional = true }

# smol feature flag
smol = { version = "1.3.0", optional = true }
smol = { git = "https://github.com/esp-rs-compat/smol", optional = true }

[dev-dependencies]
pretty_assertions = "1.3.0"
tokio = { version = "1.24.1", features = ["rt-multi-thread", "rt", "macros", "sync", "io-util", "net", "time"] }
smol = { version = "1.3.0" }
smol = { git = "https://github.com/esp-rs-compat/smol" }
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }

rustls = { version = "0.20.7" }
rustls-pemfile = { version = "1.0.1" }
webpki = { version = "0.22.0" }
async-rustls = { version = "0.3.0" }
tokio-rustls = "0.23.4"
rstest = "0.16.0"
rstest = "0.16.0"

0 comments on commit c155a65

Please sign in to comment.