Skip to content

Commit

Permalink
qemu_v8: rust: Switch to no-std branch
Browse files Browse the repository at this point in the history
Since most of OP-TEE rust development will take place on no-std branch so
switch to tip of no-std branch. This will give us confidence to make
regular OP-TEE rust crates releases.

Acked-by: Yuan Zhuang <[email protected]>
Acked-by: Jens Wiklander <[email protected]>
Signed-off-by: Sumit Garg <[email protected]>
  • Loading branch information
b49020 committed Jan 2, 2024
1 parent 61eee2f commit 4f684e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qemu_v8.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<!-- Misc gits -->
<project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2022.11.1" clone-depth="1" />
<project path="mbedtls" name="Mbed-TLS/mbedtls.git" revision="refs/tags/mbedtls-2.26.0" clone-depth="1" />
<project path="optee_rust" name="apache/incubator-teaclave-trustzone-sdk.git" revision="4031e7282a8f398f54faa19acb2b84fab05de877" />
<project path="optee_rust" name="apache/incubator-teaclave-trustzone-sdk.git" revision="4c65f128373af756bbd24d5f5e8e66d7f2ccc822" />
<project path="qemu" name="qemu/qemu.git" revision="refs/tags/v8.1.2" clone-depth="1" />
<project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="refs/tags/v2.10" clone-depth="1" remote="tfo" />
<project path="hafnium" name="hafnium/hafnium.git" revision="refs/tags/v2.10" clone-depth="1" remote="tfo" />
Expand Down

0 comments on commit 4f684e6

Please sign in to comment.