paritytech / xcm-docs

Documentation for XCM
12 stars 4 forks source link

Feature request: Add a rust toolchain file #42

Open flipchan opened 10 months ago

flipchan commented 10 months ago

Hey Guys.

Could anyone add a rust-toolchain file to the examples/ dir?

It would make it easier to compile.

Example of a rust-toolchain file:

$ cat examples/rust-toolchain
[toolchain]                                   
channel = "nightly-2023-08-21"                
targets = ["wasm32-unknown-unknown"]          
profile = "default"                           
host = "x86_64-unknown-linux-gnu"