Skip to content
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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Update panel-protocol dependency #30

wants to merge 2 commits into from

Conversation

bschwind
Copy link
Member

No description provided.

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" }
Copy link
Member

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?

Copy link
Member

@goodhoko goodhoko Dec 14, 2023

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

Suggested change
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" }

Copy link
Member Author

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.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I pushed a commit that changes this back to rev reference.

@bschwind or @strohel feel free to merge I guess.

Copy link
Member

@goodhoko goodhoko left a 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants