-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bump deps and release 0.9.0 #798
Conversation
jordens
commented
Oct 30, 2023
•
edited
Loading
edited
- also sneak in: "stream: udp header is 8 byte"
- bump dependencies
- waiting for bump std-embedded-nal v0.2, other deps, release 0.9.0 miniconf#184 release
- waiting for rj/std embedded nal 0.2 minimq#153 release
- removed usb-device patch as that can also be done in a semver compat update later. it's also windows-specific (IIRC).
- release 0.9.0 chores
* origin/main: build(deps): bump serde from 1.0.189 to 1.0.190 build(deps): bump num_enum from 0.7.0 to 0.7.1
smoltcp-nal = { version = "0.4.1", features = ["shared-stack"]} | ||
bbqueue = "0.5" | ||
|
||
[dependencies.stm32h7xx-hal] | ||
version = "0.15.0" | ||
features = ["stm32h743v", "rt", "ethernet", "xspi", "usb_hs"] | ||
|
||
[patch.crates-io.usb-device] | ||
git = "https://github.com/ryan-summers/usb-device" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we going for a release? I can probably kick off a usb-device release as well, it's been a while since it went out. But also, there's more to do with this fix, so let's postpone
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. Let's release. Since the issue is in a upstream crate presumable fixable by a patch release, and only affects windows, I'm happy to follow up on that with a patch here as well later.
Co-authored-by: Ryan Summers <ryan.summers@vertigo-designs.com>