Skip to content

Commit

Permalink
Update Rust to 1.76.0
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Feb 21, 2024
1 parent d2d908d commit 9e52dbb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ P.S. I strongly recommend checking out [min-sized-rust](https://github.com/johnt

## License

Copyright 2022 Google LLC
Copyright 2022-2024 Google LLC

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
12 changes: 6 additions & 6 deletions common.sh
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Copyright 2022-2023 Google LLC.
# Copyright 2022-2024 Google LLC.
# SPDX-License-Identifier: Apache-2.0

RUST_VERSION='1.75.0'
RUST_VERSION='1.76.0'

NDK_VERSION='r26b'
NDK_DIR_VERSION='r26b'
NDK_VERSION='r26c'
NDK_DIR_VERSION='r26c'

# These revisions are obtained from the NDK's LLVM manifest.xml and clang_source_info.md
# Update in sync with the NDK package
LLVM_VERSION='c4c5e79dd4b4c78eee7cffd9b0d7394b5bedcf12'
LLVM_SVN='487747'
LLVM_ANDROID_VERSION='56a5097db0d7057c2d011dad8550cb3f3c7e9103'
LLVM_ANDROID_VERSION='0f058ab00ec6c9b8b39956c1393bcc405a5498d3'
TOOLCHAIN_UTILS_VERSION='584b8e46d146a2bcfeffd64448a2d8e92904168d'

OUTPUT_VERSION='r26.3'
OUTPUT_VERSION='r26.4'

PYTHON_CMD='python3'

Expand Down

0 comments on commit 9e52dbb

Please sign in to comment.