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

Upgrade tonic and prost #593

Merged
merged 11 commits into from
Jan 23, 2024
Prev Previous commit
Next Next commit
Change uri used for patched h2
Signed-off-by: Nicolas Belouin <[email protected]>
diconico07 committed Nov 17, 2023
commit ec426f87ccf1ef4d21cae7bd42527eb0dbc3cbfc
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[patch.crates-io]
diconico07 marked this conversation as resolved.
Show resolved Hide resolved
# Patch needed to get yet unreleased version with a fix for an error with recent rust/cargo
opcua = { git = 'https://github.com/locka99/opcua' }
# Patch is still needed, using one from upstream PR for now
h2 = { git = 'https://github.com/arthurlm/h2' }
# Patch is still needed, using one from upstream PR for now, hosted on a fork of ours to help
# with supply chain integrity.
h2 = { git = 'https://github.com/project-akri/h2', branch = 'patch-authority'}

[workspace]
members = [