File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,11 @@ files:
1313
1414- ` Cargo.toml ` : your project's manifest filled with the necessary dependencies
1515 to create an app;
16- - ` rust-toolchain.toml ` : a file with configuration for Rust compiler. ** NOTE:**
17- currently the latest Rust version compatible with our network is ` 1.86.0 ` .
18- Make sure it's the one used by your project.
16+ - ` rust-toolchain.toml ` : a file with configuration for Rust compiler.
17+
18+ ** NOTE:** currently the latest Rust version compatible with our network is
19+ ` 1.86.0 ` . Make sure it's the one used by your project.
20+
1921- ` src/lib.rs ` : the application's ABI definition;
2022- ` src/state.rs ` : the application's state;
2123- ` src/contract.rs ` : the application's contract, and the binary target for the
You can’t perform that action at this time.
0 commit comments