diff --git a/interactive_engine/executor/ir/core/rust-toolchain.toml b/interactive_engine/executor/ir/core/rust-toolchain.toml index 0f512f6ba2b5..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.60.0" +channel = "1.65.0" diff --git a/interactive_engine/executor/rust-toolchain.toml b/interactive_engine/executor/rust-toolchain.toml index 0f512f6ba2b5..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.60.0" +channel = "1.65.0" diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh index e1c5b3cba124..b32e6b99dd5f 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.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.60.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.60.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