Skip to content

Commit ba61b78

Browse files
authored
Merge branch 'main' into feature/devops-1248-enable-multi-arch-build-containers-group-1
2 parents dc4d58e + fbccd6d commit ba61b78

11 files changed

Lines changed: 586 additions & 326 deletions

File tree

.github/actions/setup-rust/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
toolchain:
1010
description: Rust toolchain version to install
1111
required: true
12-
default: 1.90.0
12+
default: 1.93.0
1313
cache:
1414
description: Use sscache
1515
required: false

.github/workflows/release-plz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- main
1111

1212
env:
13-
RUST_VERSION: 1.90.0
13+
RUST_VERSION: 1.93.0
1414
RUST_NIGHTLY_VERSION: nightly-2025-01-24
1515

1616
jobs:

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This guide will show you how to run this project locally if you want to test or
66

77
Most projects under the umbrella of data systems are written in Rust, so we prefer using Rust tooling and community standards. Ensure you have the following tools installed:
88

9-
- [Rust](https://www.rust-lang.org/tools/install) (version 1.90.0)
9+
- [Rust](https://www.rust-lang.org/tools/install) (version 1.93.0)
1010
- [Rust Nightly](https://rust-lang.github.io/rustup/concepts/channels.html) (version nightly-2025-01-24)
1111
- [NodeJS](https://nodejs.org/en/download/) (version >=22.11.0)
1212
- [Bun](https://bun.sh/docs/installation) (version 1.2.2)

0 commit comments

Comments
 (0)