Skip to content

Commit

Permalink
Bump smoltcp-nal from 0.3.0 to 0.4.0
Browse files Browse the repository at this point in the history
Bumps [smoltcp-nal](https://github.com/quartiq/smoltcp-nal) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/quartiq/smoltcp-nal/releases)
- [Changelog](https://github.com/quartiq/smoltcp-nal/blob/main/CHANGELOG.md)
- [Commits](quartiq/smoltcp-nal@0.3.0...0.4.0)

---
updated-dependencies:
- dependency-name: smoltcp-nal
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 31, 2023
1 parent a8be768 commit f70b0c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ minireq = "0.2"
rtt-target = {version = "0.3", features=["cortex-m"]}
enum-iterator = { version = "1.4", default-features = false }
enc424j600 = { version = "0.3", features = ["cortex-m-cpu"] }
smoltcp-nal = { version = "0.3", features=["shared-stack"] }
smoltcp-nal = { version = "0.4", features=["shared-stack"] }

[build-dependencies]
built = { version = "0.6", features = ["git2"], default-features = false }
Expand Down

0 comments on commit f70b0c9

Please sign in to comment.