mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
added rust-toolchain.toml
This commit is contained in:
parent
af9a03b5ba
commit
4da491cf93
2 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM rust:1.58.0-slim-bullseye # make sure to update nixpkgs-unstable in sources.json too so that it uses the same rust version > search for cargo on unstable here: https://search.nixos.org/packages
|
||||
FROM rust:1.58.0-slim-bullseye # make sure to update rust-toolchain.toml and nixpkgs-unstable in sources.json too so that it uses the same rust version > search for cargo on unstable here: https://search.nixos.org/packages
|
||||
WORKDIR /earthbuild
|
||||
|
||||
prep-debian:
|
||||
|
|
2
rust-toolchain.toml
Normal file
2
rust-toolchain.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
[toolchain]
|
||||
channel = "1.58.0" # make sure to update the rust version in Earthfile as well
|
Loading…
Add table
Add a link
Reference in a new issue