Skip to content

Commit

Permalink
chore: bump documented rust to 1.75
Browse files Browse the repository at this point in the history
  • Loading branch information
oddgrd committed Jan 9, 2024
1 parent 796c2b0 commit 4bee134
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.74.0`, toolchain `stable-x86_64-unknown-linux-gnu`.
The current Rust version is `1.75.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.74.0"
RUSTUP_TOOLCHAIN="1.74.0"
RUST_VERSION="1.75.0"
RUSTUP_TOOLCHAIN="1.75.0"
```

### Build environment
Expand Down

0 comments on commit 4bee134

Please sign in to comment.