Skip to content

Commit

Permalink
Merge pull request #72 from c410-f3r/dependabot/cargo/embassy-net-0.3.0
Browse files Browse the repository at this point in the history
Bump embassy-net from 0.2.1 to 0.3.0
  • Loading branch information
c410-f3r authored Jan 9, 2024
2 parents 8a0cfe0 + 2985d38 commit eaa8d43
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 14 deletions.
108 changes: 95 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wtx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ chrono = { default-features = false, optional = true, version = "0.4" }
cl-aux = { default-features = false, optional = true, features = ["alloc"], version = "4.0" }
crypto-common = { default-features = false, optional = true, version = "0.1" }
digest = { default-features = false, features = ["mac"], optional = true, version = "0.10" }
embassy-net = { default-features = false, features = ["tcp"], optional = true, version = "0.2" }
embassy-net = { default-features = false, features = ["tcp"], optional = true, version = "0.3" }
embedded-io-async = { default-features = false, optional = true, version = "0.6" }
embedded-tls = { default-features = false, features = ["async"], optional = true, version = "0.16" }
fastrand = { default-features = false, optional = true, version = "2.0" }
Expand Down

0 comments on commit eaa8d43

Please sign in to comment.