Fix missing info.toml in the macros crate

This commit is contained in:
mo8it
2024-04-25 19:54:03 +02:00
parent a4e623ea94
commit 8d45cdb09d
5 changed files with 9 additions and 6 deletions
+3 -1
View File
@@ -29,8 +29,10 @@ This'll also install _Cargo_, Rust's package/project manager.
The following command will download and compile Rustlings:
<!-- TODO: Remove @6.0.0-beta.x -->
```bash
cargo install rustlings --locked
cargo install rustlings@6.0.0-beta.2 --locked
```
### Initialization