Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/setup-rust/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inputs:
toolchain:
description: Rust toolchain version to install
required: true
default: 1.90.0
default: 1.93.0
cache:
description: Use sscache
required: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-plz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- main

env:
RUST_VERSION: 1.90.0
RUST_VERSION: 1.93.0
RUST_NIGHTLY_VERSION: nightly-2025-01-24

jobs:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This guide will show you how to run this project locally if you want to test or

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:

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