Skip to content

Commit

Permalink
chore: Bump Rust to 1.75.0 (#542)
Browse files Browse the repository at this point in the history
* bump default rust toolchain to 1.75 (see stackabletech/operator-templating#311)

* update changelog

* fix error in PR reference

* preserve previous changelog entry for rust toolchain update
  • Loading branch information
NickLarsenNZ authored Feb 5, 2024
1 parent b5e86c3 commit 7cf9314
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ All notable changes to this project will be documented in this file.

- ubi8-rust-builder: bump ubi8-minimal image to latest 8.9 ([#514]).
- stackable-base: bump ubi8-minimal image to latest 8.9 ([#514]).
- Bump ubi8-rust-builder toolchain to `1.74.0` ([#517]).
- ubi8-rust-builder: bump rust toolchain to `1.75.0` ([#542], [#517]).
- GH workflows: make preflight an independent manual workflow and update to version 1.7.2 ([#519]).
- hadoop: Build from source ([#526]).

Expand All @@ -33,6 +33,7 @@ All notable changes to this project will be documented in this file.
[#536]: https://github.com/stackabletech/docker-images/pull/536
[#537]: https://github.com/stackabletech/docker-images/pull/537
[#538]: https://github.com/stackabletech/docker-images/pull/538
[#542]: https://github.com/stackabletech/docker-images/pull/542

## [23.11.0] - 2023-11-30

Expand Down
2 changes: 1 addition & 1 deletion ubi8-rust-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ WORKDIR /
# If you change the toolchain version here, make sure to also change the "rust_version"
# property in operator-templating/repositories.yaml
# hadolint ignore=SC1091
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.74.0 \
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.75.0 \
&& . "$HOME/.cargo/env" && cargo install cargo-cyclonedx@0.4.0 cargo-auditable@0.6.1

# Build artifacts will be available in /app.
Expand Down

0 comments on commit 7cf9314

Please sign in to comment.