diff options
| author | mo8it <mo8it@proton.me> | 2024-04-25 19:54:03 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-25 19:54:03 +0200 |
| commit | 8d45cdb09df7fbff117b91f500ccf82980732a47 (patch) | |
| tree | d7dcacc2cd54d5e424093233b96c8e141cda42e7 /README.md | |
| parent | a4e623ea94757d976ec38a5a771ea07e64e9105e (diff) | |
Fix missing info.toml in the macros crate
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
