starkware-libs / blockifier

Blockifier is a Rust implementation for the transaction-executing component in the StarkNet sequencer, in charge of creating state diffs and blocks.
Apache License 2.0
169 stars 97 forks source link

Add a rust-toolchain file #1816

Open Subsegment opened 2 months ago

Subsegment commented 2 months ago

Add a rust-toolchain file to better guide compilation with the corresponding rust version

Like this:

[toolchain]
# The toolchain used to compile the code
channel = "nightly-2024-01-12"
robinsdan commented 1 month ago

It compiles on stable and nightly. why need this? I think the only usecases for a toolchain file are: