Skip to content

Commit 56cdf4f

Browse files
committed
Switch to a RustConfig file to set the rustc version used by the buildpack
Using the `rust-toolchain` file is causing our CI to use the pinned version for all three builds. Additionally, the old version of our buildpack doesn't support `rust-toolchain` yet, so I think this was only working because the old compiler was cached.
1 parent 09f8888 commit 56cdf4f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

RustConfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
VERSION=1.32.0

rust-toolchain

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)