Skip to content

Commit 81f9495

Browse files
committed
Add a note about Rust version required
1 parent 8ebf738 commit 81f9495

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/developers/backend/creating_a_project.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ 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:** currently the latest Rust version compatible with our network is `1.86.0`. Make sure it's the one used by your project.
1617
- `src/lib.rs`: the application's ABI definition;
1718
- `src/state.rs`: the application's state;
1819
- `src/contract.rs`: the application's contract, and the binary target for the

0 commit comments

Comments
 (0)