Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
beltram committed Dec 22, 2023
1 parent 64e0319 commit e6e8057
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,32 +46,28 @@ git = "https://github.com/wireapp/proteus"
branch = "2.x"

[patch.crates-io.openmls]
#package = "openmls"
#git = "https://github.com/wireapp/openmls"
package = "openmls"
git = "https://github.com/wireapp/openmls"
#tag = "v1.0.0-pre.core-crypto-1.0.0"
#branch = "feat/rfc9420"
path = "../openmls/openmls"
branch = "fix/verify-group-info"

[patch.crates-io.openmls_traits]
#package = "openmls_traits"
#git = "https://github.com/wireapp/openmls"
package = "openmls_traits"
git = "https://github.com/wireapp/openmls"
#tag = "v1.0.0-pre.core-crypto-1.0.0"
#branch = "feat/rfc9420"
path = "../openmls/traits"
branch = "fix/verify-group-info"

[patch.crates-io.openmls_basic_credential]
#package = "openmls_basic_credential"
#git = "https://github.com/wireapp/openmls"
package = "openmls_basic_credential"
git = "https://github.com/wireapp/openmls"
#tag = "v1.0.0-pre.core-crypto-1.0.0"
#branch = "feat/rfc9420"
path = "../openmls/basic_credential"
branch = "fix/verify-group-info"

[patch.crates-io.openmls_x509_credential]
#package = "openmls_x509_credential"
#git = "https://github.com/wireapp/openmls"
package = "openmls_x509_credential"
git = "https://github.com/wireapp/openmls"
#tag = "v1.0.0-pre.core-crypto-1.0.0"
#branch = "feat/rfc9420"
path = "../openmls/x509_credential"
branch = "fix/verify-group-info"

[patch.crates-io.hpke]
git = "https://github.com/wireapp/rust-hpke.git"
Expand Down

0 comments on commit e6e8057

Please sign in to comment.