This is an automated email from the ASF dual-hosted git repository. yuanz pushed a commit to branch no-std in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-trustzone-sdk.git
commit e90f74e797dd9194de30ef42a21afd741a997bf4 Author: Sumit Garg <[email protected]> AuthorDate: Wed Dec 27 18:10:32 2023 +0530 rust-toolchain.toml: Upgrade to latest nighlty release Upgrade rust toolchain to use nightly-2023-12-18 release. Signed-off-by: Sumit Garg <[email protected]> --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index d482968..b131b12 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -18,6 +18,6 @@ # Toolchain override for rustup [toolchain] -channel = "nightly-2021-09-20" +channel = "nightly-2023-12-18" components = ["rust-src"] targets = ["aarch64-unknown-linux-gnu", "arm-unknown-linux-gnueabihf"] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
