saleor-apps-rs/sdk/rust-toolchain.toml

6 lines
168 B
TOML
Raw Normal View History

2024-06-17 20:18:13 +00:00
[toolchain]
# channel = "nightly-2024-04-25"
## Toggle to this one for sdk releases
channel = "stable"
targets = ["x86_64-unknown-linux-gnu", "wasm32-unknown-unknown"]