commit | f339508ca107f2d824548d1a34e515d8fbd9fdd1 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <[email protected]> | Wed May 10 09:31:16 2023 +0000 |
committer | Andrew Walbran <[email protected]> | Tue May 30 11:30:18 2023 +0000 |
tree | 87fa9cb85f2b085c42aa0598ddfa0ac75b1c8a18 | |
parent | 0468cef0e9296a449e2513b28f086c0172842334 [diff] [blame] |
Initial import. Bug: 284386483 Test: atest smccc_test_src_lib Change-Id: I3ac6d3d27cf396864dc00c845b135f447e6933a2
diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..3bd233d --- /dev/null +++ b/rust-toolchain.toml
@@ -0,0 +1,2 @@ +[toolchain] +targets = ["aarch64-unknown-none"]