connector-x icon indicating copy to clipboard operation
connector-x copied to clipboard

Dev: Create a rust `rust-toolchain.toml` file to store the toolchain version

Open DeflateAwning opened this issue 6 months ago • 0 comments

Here's an example of what it looks like for Polars:

[toolchain]
channel = "nightly-2025-03-07"

Would streamline the dev setup guide, which currrently suggests searching for the version in a GitHub Actions file

DeflateAwning avatar Apr 08 '25 21:04 DeflateAwning