Skip to content

Commit a1f57c2

Browse files
committed
Auto merge of #1647 - jtgeibel:heroku-rustconfig, r=carols10cents
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.
2 parents 54e4626 + 56cdf4f commit a1f57c2

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)