From 2c904dcf8a05dce4c31c04c4ed2c22d970e7f8e2 Mon Sep 17 00:00:00 2001 From: siyuan0322 Date: Fri, 8 Jul 2022 11:10:48 +0800 Subject: [PATCH 1/2] update rust toolchain to latest 1.62.0 --- interactive_engine/executor/ir/core/rust-toolchain.toml | 2 +- interactive_engine/executor/rust-toolchain.toml | 2 +- scripts/install_deps.sh | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/interactive_engine/executor/ir/core/rust-toolchain.toml b/interactive_engine/executor/ir/core/rust-toolchain.toml index 0f512f6ba2b5..5a3a161e59b6 100644 --- a/interactive_engine/executor/ir/core/rust-toolchain.toml +++ b/interactive_engine/executor/ir/core/rust-toolchain.toml @@ -2,4 +2,4 @@ # The default profile includes rustc, rust-std, cargo, rust-docs, rustfmt and clippy. # https://rust-lang.github.io/rustup/concepts/profiles.html profile = "default" -channel = "1.60.0" +channel = "1.62.0" diff --git a/interactive_engine/executor/rust-toolchain.toml b/interactive_engine/executor/rust-toolchain.toml index 0f512f6ba2b5..5a3a161e59b6 100644 --- a/interactive_engine/executor/rust-toolchain.toml +++ b/interactive_engine/executor/rust-toolchain.toml @@ -2,4 +2,4 @@ # The default profile includes rustc, rust-std, cargo, rust-docs, rustfmt and clippy. # https://rust-lang.github.io/rustup/concepts/profiles.html profile = "default" -channel = "1.60.0" +channel = "1.62.0" diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh index 6c9616fe9da9..13eca24a484a 100755 --- a/scripts/install_deps.sh +++ b/scripts/install_deps.sh @@ -594,7 +594,7 @@ install_dependencies() { if [[ "${packages_to_install[*]}" =~ "rust" ]]; then # packages_to_install contains rust log "Installing rust." - curl -sf -L https://static.rust-lang.org/rustup.sh | sh -s -- -y --profile minimal --default-toolchain 1.60.0 + curl -sf -L https://static.rust-lang.org/rustup.sh | sh -s -- -y --profile minimal --default-toolchain 1.62.0 # remove rust from packages_to_install packages_to_install=("${packages_to_install[@]/rust}") fi @@ -664,7 +664,7 @@ install_dependencies() { if [[ "${packages_to_install[*]}" =~ "rust" ]]; then # packages_to_install contains rust log "Installing rust." - curl -sf -L https://static.rust-lang.org/rustup.sh | sh -s -- -y --profile minimal --default-toolchain 1.60.0 + curl -sf -L https://static.rust-lang.org/rustup.sh | sh -s -- -y --profile minimal --default-toolchain 1.62.0 # remove rust from packages_to_install packages_to_install=("${packages_to_install[@]/rust}") fi @@ -738,7 +738,7 @@ install_dependencies() { if [[ "${packages_to_install[*]}" =~ "rust" ]]; then # packages_to_install contains rust log "Installing rust." - curl -sf -L https://static.rust-lang.org/rustup.sh | sh -s -- -y --profile minimal --default-toolchain 1.60.0 + curl -sf -L https://static.rust-lang.org/rustup.sh | sh -s -- -y --profile minimal --default-toolchain 1.62.0 # remove rust from packages_to_install packages_to_install=("${packages_to_install[@]/rust}") fi From 7d7889b63f67f962742c409197680f24c6dcadf8 Mon Sep 17 00:00:00 2001 From: siyuan0322 Date: Tue, 13 Dec 2022 20:15:38 +0800 Subject: [PATCH 2/2] upgrade rust toolchain to 1.65.0 --- interactive_engine/executor/ir/core/rust-toolchain.toml | 2 +- interactive_engine/executor/rust-toolchain.toml | 2 +- scripts/install_deps.sh | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/interactive_engine/executor/ir/core/rust-toolchain.toml b/interactive_engine/executor/ir/core/rust-toolchain.toml index 5a3a161e59b6..2dfd5e72d912 100644 --- a/interactive_engine/executor/ir/core/rust-toolchain.toml +++ b/interactive_engine/executor/ir/core/rust-toolchain.toml @@ -2,4 +2,4 @@ # The default profile includes rustc, rust-std, cargo, rust-docs, rustfmt and clippy. # https://rust-lang.github.io/rustup/concepts/profiles.html profile = "default" -channel = "1.62.0" +channel = "1.65.0" diff --git a/interactive_engine/executor/rust-toolchain.toml b/interactive_engine/executor/rust-toolchain.toml index 5a3a161e59b6..2dfd5e72d912 100644 --- a/interactive_engine/executor/rust-toolchain.toml +++ b/interactive_engine/executor/rust-toolchain.toml @@ -2,4 +2,4 @@ # The default profile includes rustc, rust-std, cargo, rust-docs, rustfmt and clippy. # https://rust-lang.github.io/rustup/concepts/profiles.html profile = "default" -channel = "1.62.0" +channel = "1.65.0" diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh index 13eca24a484a..19630efea2b0 100755 --- a/scripts/install_deps.sh +++ b/scripts/install_deps.sh @@ -594,7 +594,7 @@ install_dependencies() { if [[ "${packages_to_install[*]}" =~ "rust" ]]; then # packages_to_install contains rust log "Installing rust." - curl -sf -L https://static.rust-lang.org/rustup.sh | sh -s -- -y --profile minimal --default-toolchain 1.62.0 + curl -sf -L https://static.rust-lang.org/rustup.sh | sh -s -- -y --profile minimal --default-toolchain 1.65.0 # remove rust from packages_to_install packages_to_install=("${packages_to_install[@]/rust}") fi @@ -664,7 +664,7 @@ install_dependencies() { if [[ "${packages_to_install[*]}" =~ "rust" ]]; then # packages_to_install contains rust log "Installing rust." - curl -sf -L https://static.rust-lang.org/rustup.sh | sh -s -- -y --profile minimal --default-toolchain 1.62.0 + curl -sf -L https://static.rust-lang.org/rustup.sh | sh -s -- -y --profile minimal --default-toolchain 1.65.0 # remove rust from packages_to_install packages_to_install=("${packages_to_install[@]/rust}") fi @@ -738,7 +738,7 @@ install_dependencies() { if [[ "${packages_to_install[*]}" =~ "rust" ]]; then # packages_to_install contains rust log "Installing rust." - curl -sf -L https://static.rust-lang.org/rustup.sh | sh -s -- -y --profile minimal --default-toolchain 1.62.0 + curl -sf -L https://static.rust-lang.org/rustup.sh | sh -s -- -y --profile minimal --default-toolchain 1.65.0 # remove rust from packages_to_install packages_to_install=("${packages_to_install[@]/rust}") fi