Skip to content

Commit

Permalink
Change uri used for patched h2
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Belouin <nicolas.belouin@suse.com>
  • Loading branch information
diconico07 committed Nov 16, 2023
1 parent c287198 commit 9483824
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
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
@@ -1,8 +1,9 @@
[patch.crates-io]
# 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 = [
Expand Down

0 comments on commit 9483824

Please sign in to comment.