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 <[email protected]>
  • Loading branch information
diconico07 committed Nov 17, 2023
1 parent 74387d4 commit ec426f8
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
Original file line number Diff line number Diff line change
@@ -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 ec426f8

Please sign in to comment.