Skip to content

Commit

Permalink
.gitmodules: Add "branch = veracruz" for third-party/rust-mbedtls.
Browse files Browse the repository at this point in the history
  • Loading branch information
egrimley-arm committed Jun 29, 2023
1 parent 01b99ee commit 646d9ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[submodule "psa_attestation/lib/QCBOR"]
path = psa-attestation/lib/QCBOR
url = https://github.com/veracruz-project/QCBOR.git
branch = master
branch = master
[submodule "psa_attestation/lib/t_cose"]
path = psa-attestation/lib/t_cose
url = https://github.com/veracruz-project/t_cose.git
Expand Down Expand Up @@ -45,3 +45,4 @@
[submodule "third-party/rust-mbedtls"]
path = third-party/rust-mbedtls
url = https://github.com/veracruz-project/rust-mbedtls.git
branch = veracruz

0 comments on commit 646d9ff

Please sign in to comment.