Skip to content

Commit

Permalink
update documented rust version to 1.74 (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
halvko authored Jan 5, 2024
1 parent 5ac21af commit e5a323b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configuration/environment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This page answers:

Deployments are currently built and run in our `shuttle-deployer` container, which is based on a Rust Bookworm docker image (Debian 12).

The current Rust version is `1.72.0`, toolchain `stable-x86_64-unknown-linux-gnu`.
The current Rust version is `1.74.0`, toolchain `stable-x86_64-unknown-linux-gnu`.
It's not currently possible for you to change this, but being able to choose which toolchain your project will be compiled with is a planned feature.

The targets `wasm32-wasi` and `wasm32-unknown-unknown` are installed, which enables compiling `shuttle-next` apps and WASM frontends.
Expand Down Expand Up @@ -44,8 +44,8 @@ Check for `SHUTTLE=true` for custom behavior when running on Shuttle.

```bash
SHUTTLE=true
RUST_VERSION="1.72.0"
RUSTUP_TOOLCHAIN="1.72.0"
RUST_VERSION="1.74.0"
RUSTUP_TOOLCHAIN="1.74.0"
```

### Build environment
Expand Down

0 comments on commit e5a323b

Please sign in to comment.