You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by yu...@apache.org on 2022/12/15 12:23:53 UTC

[incubator-teaclave-trustzone-sdk] branch fix-cargo-error updated: Update setup.sh

This is an automated email from the ASF dual-hosted git repository.

yuanz pushed a commit to branch fix-cargo-error
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-trustzone-sdk.git


The following commit(s) were added to refs/heads/fix-cargo-error by this push:
     new 8444615  Update setup.sh
8444615 is described below

commit 8444615baae08ce64bf5ea8f2fe072833d33796b
Author: Yuan Zhuang <de...@foxmail.com>
AuthorDate: Thu Dec 15 20:23:50 2022 +0800

    Update setup.sh
    
    Bump rust toolchain version for fixing cargo error: `error[E0658]: use of unstable library feature 'str_strip': newly added`.
---
 setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.sh b/setup.sh
index 0028b1e..9e9c1c8 100755
--- a/setup.sh
+++ b/setup.sh
@@ -26,7 +26,7 @@ source $HOME/.cargo/env
 rustup component add rust-src && rustup target install aarch64-unknown-linux-gnu arm-unknown-linux-gnueabihf
 
 # install Xargo
-rustup default 1.44.0 && cargo +1.44.0 install xargo
+rustup default 1.56.0 && cargo +1.56.0 install xargo
 # switch to nightly
 rustup default nightly-2021-09-20
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org