commit | 70f4de0c1252b108c0f5bf446f3a53c97724eae3 | [log] [tgz] |
---|---|---|
author | Sagar Dhawan <sagar_dhawan@apple.com> | Wed Jul 07 02:07:40 2021 -0700 |
committer | GitHub <noreply@github.com> | Wed Jul 07 11:07:40 2021 +0200 |
tree | 2c4e366bba2fd63346bb57a2cf563b4294225708 | |
parent | 846abd2ffb6377c72d55e4b3ad703174c58d1dbf [diff] |
Fix mbedtls version in .gitmodules (#8142)
diff --git a/.gitmodules b/.gitmodules index f88af6f..fabee45 100644 --- a/.gitmodules +++ b/.gitmodules
@@ -17,7 +17,7 @@ [submodule "mbedtls"] path = third_party/mbedtls/repo url = https://github.com/ARMmbed/mbedtls.git - branch = mbedtls-2.18 + branch = mbedtls-2.25 [submodule "qrcode"] path = examples/common/QRCode/repo url = https://github.com/nayuki/QR-Code-generator.git