Skip to content

Commit

Permalink
[Rust] Upgrade to Rust version 1.71.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLind committed Aug 7, 2023
1 parent 59f6293 commit c78106e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ homepage = "https://aptoslabs.com"
license = "Apache-2.0"
publish = false
repository = "https://github.com/aptos-labs/aptos-core"
rust-version = "1.71"
rust-version = "1.71.1"

[workspace.dependencies]
# Internal crate dependencies.
Expand Down
3 changes: 3 additions & 0 deletions crates/aptos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to the Aptos CLI will be captured in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and the format set out by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased
- Updated CLI source compilation to use rust toolchain version 1.71.1 (from 1.71.0).

## [2.0.3] - 2023/08/04
### Fixed
- Fixed the following input arguments issue when running `aptos move view`
Expand Down
2 changes: 1 addition & 1 deletion docker/builder/docker-bake-rust-all.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ target "builder-base" {
target = "builder-base"
context = "."
contexts = {
rust = "docker-image://rust:1.71.0-bullseye@sha256:7ec9143807d4ab7e6f9953fa405e611669a1bfd5faeb866dbacecdcc297f16ed"
rust = "docker-image://rust:1.71.1-bullseye@sha256:6b5a53fef2818e28548be943a622bfc52d73920fe0f8784f4296227bca30cdf1"
}
args = {
PROFILE = "${PROFILE}"
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.71.0
1.71.1
2 changes: 1 addition & 1 deletion scripts/update_docker_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

IMAGES = {
"debian": "debian:bullseye",
"rust": "rust:1.71.0-bullseye",
"rust": "rust:1.71.1-bullseye",
}

def update() -> int:
Expand Down

0 comments on commit c78106e

Please sign in to comment.