Skip to content

Commit ba0c67c

Browse files
committed
Move NOTE out of the bulletpoint
1 parent 9bfd7fe commit ba0c67c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/developers/backend/creating_a_project.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)