b49020 commented on code in PR #114: URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/114#discussion_r1436397206
########## rust-toolchain.toml: ########## @@ -18,6 +18,5 @@ # Toolchain override for rustup [toolchain] -channel = "nightly-2021-09-20" -components = ["rust-src"] +channel = "nightly" Review Comment: Although I thought there are minimal feature dependency [1] we have for nightly releases but you are right we should pin that. BTW, I hope that nightly dependencies would be stabilised soon and we can switch to stable toolchain releases tracking mainline. #![feature(c_size_t)] (https://github.com/rust-lang/rust/issues/88345) #![feature(error_in_core)] (https://github.com/rust-lang/rust/issues/103765) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org For additional commands, e-mail: dev-h...@teaclave.apache.org