saleor-apps-rs/rust-toolchain.toml

6 lines
142 B
TOML
Raw Normal View History

2024-03-12 19:48:20 +00:00
[toolchain]
2024-05-22 23:07:04 +00:00
# channel = "nightly-2024-03-23"
## Toggle to this one for sdk releases
channel = "stable"
2024-03-12 19:48:20 +00:00
targets = ["x86_64-unknown-linux-gnu"]