Skip to content

Commit

Permalink
Upgrade to async-io 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Oct 18, 2023
1 parent b86e271 commit d96b37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sha1_smol = { version = "1", default-features = false }
embedded-nal-async = "0.6"
domain = { version = "0.7", default-features = false, optional = true }
futures-lite = { version = "1", default-features = false, optional = true }
async-io = { version = "1", default-features = false, optional = true }
async-io = { version = "2", default-features = false, optional = true }
embedded-svc = { version = "0.26", default-features = false, optional = true, features = ["embedded-io-async"] }
rumqttc = { version = "0.19", optional = true }

Expand Down

0 comments on commit d96b37b

Please sign in to comment.