-
Notifications
You must be signed in to change notification settings - Fork 10
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
Update panel-protocol dependency #30
base: main
Are you sure you want to change the base?
Conversation
Cargo.toml
Outdated
@@ -12,7 +12,7 @@ cortex-m = "0.7" | |||
cortex-m-rt = "0.6" | |||
panic-reset = "0.1" | |||
nb = "1" | |||
panel-protocol = { git = "https://github.com/tonarino/panel-protocol.git", rev = "0.4" } | |||
panel-protocol = { git = "https://github.com/tonarino/panel-protocol.git", branch = "const-generics" } |
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.
Hmm I thought we've merged and tagged const-generics
?
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.
Had that comment almost sent. Yes we did, we can use
panel-protocol = { git = "https://github.com/tonarino/panel-protocol.git", branch = "const-generics" } | |
panel-protocol = { git = "https://github.com/tonarino/panel-protocol.git", rev = "0.6" } |
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.
Oh yeah I think we have. I just realized I never opened a PR for the branch I pushed so I wanted to open it before I forgot.
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.
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.
Looks good apart from the Matej's comment.
54aa2fd
to
ef1fdb2
Compare
No description provided.