Skip to content

Commit 1dc2cea

Browse files
Use fuel-core 0.48.0 (#539)
* Use fuel-core 0.48.0 * Use latest rust --------- Co-authored-by: Mike Christopher <mchristopher@users.noreply.github.com>
1 parent 68c0ded commit 1dc2cea

9 files changed

Lines changed: 531 additions & 244 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)