Skip to content

Commit

Permalink
Update smoltcp requirement from 0.9.1 to 0.11.0 in /examples/rp2040
Browse files Browse the repository at this point in the history
Updates the requirements on [smoltcp](https://github.com/smoltcp-rs/smoltcp) to permit the latest version.
- [Release notes](https://github.com/smoltcp-rs/smoltcp/releases)
- [Changelog](https://github.com/smoltcp-rs/smoltcp/blob/main/CHANGELOG.md)
- [Commits](smoltcp-rs/smoltcp@v0.9.1...v0.11.0)

---
updated-dependencies:
- dependency-name: smoltcp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 17, 2024
1 parent 350711c commit 1493e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rp2040/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ defmt = "0.3"
defmt-rtt = "0.4"
panic-probe = { version = "0.3", features = ["print-defmt"] }

smoltcp = { version = "0.9.1", default-features = false, features = [
smoltcp = { version = "0.11.0", default-features = false, features = [
"defmt",
"socket-tcp",
"socket-dhcpv4",
Expand Down

0 comments on commit 1493e1b

Please sign in to comment.