Skip to content

Commit

Permalink
Update Rust to 1.75.0
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Jan 8, 2024
1 parent cb480ae commit fc23192
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 30 deletions.
4 changes: 2 additions & 2 deletions common.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2022-2023 Google LLC.
# SPDX-License-Identifier: Apache-2.0

RUST_VERSION='1.74.0'
RUST_VERSION='1.75.0'

NDK_VERSION='r26b'
NDK_DIR_VERSION='r26b'
Expand All @@ -13,7 +13,7 @@ LLVM_SVN='487747'
LLVM_ANDROID_VERSION='56a5097db0d7057c2d011dad8550cb3f3c7e9103'
TOOLCHAIN_UTILS_VERSION='584b8e46d146a2bcfeffd64448a2d8e92904168d'

OUTPUT_VERSION='r26.2'
OUTPUT_VERSION='r26.3'

PYTHON_CMD='python3'

Expand Down
3 changes: 2 additions & 1 deletion config-darwin.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
changelog-seen = 2
change-id = 116881

[llvm]
thin-lto = true
Expand All @@ -13,6 +13,7 @@ docs = false
submodules = false
extended = true
tools = ["cargo", "src", "clippy", "rust-analyzer", "rustfmt"]
cargo-native-static = true

[install]
prefix = "../out"
Expand Down
3 changes: 2 additions & 1 deletion config-linux.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
changelog-seen = 2
change-id = 116881

[llvm]
thin-lto = true
Expand All @@ -13,6 +13,7 @@ docs = false
submodules = false
extended = true
tools = ["cargo", "src", "clippy", "rust-analyzer", "rustfmt"]
cargo-native-static = true

[install]
prefix = "../out"
Expand Down
2 changes: 1 addition & 1 deletion config-windows.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
changelog-seen = 2
change-id = 116881

[llvm]
targets = "AArch64;ARM;X86"
Expand Down
12 changes: 0 additions & 12 deletions patches/enable-llvm-unreachable-optimize.patch

This file was deleted.

13 changes: 0 additions & 13 deletions patches/force-static-cargo.patch

This file was deleted.

0 comments on commit fc23192

Please sign in to comment.