diff options
| author | mo8it <mo8it@proton.me> | 2024-04-29 00:36:13 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-29 00:36:13 +0200 |
| commit | 196d3c1a9820acc9c58134f62a08ec3671411777 (patch) | |
| tree | 5aecdbe7298c695c3cb3efc02b3de996096df1e8 | |
| parent | 8c60ac267e4483b952407dd5875475242438b42e (diff) | |
Bump version
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | README.md | 4 |
3 files changed, 5 insertions, 5 deletions
@@ -303,9 +303,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.14.3" +version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" +checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" dependencies = [ "ahash", "allocator-api2", @@ -50,7 +50,7 @@ include = [ anyhow = "1.0.82" clap = { version = "4.5.4", features = ["derive"] } crossterm = "0.27.0" -hashbrown = "0.14.3" +hashbrown = "0.14.5" notify-debouncer-mini = { version = "0.4.1", default-features = false } os_pipe = "1.1.5" ratatui = { version = "0.26.2", default-features = false, features = ["crossterm"] } @@ -35,7 +35,7 @@ The following command will download and compile Rustlings: <!-- TODO: Remove @6.0.0-beta.x --> ```bash -cargo install rustlings@6.0.0-beta.5 +cargo install rustlings@6.0.0-beta.6 ``` <details> @@ -44,7 +44,7 @@ cargo install rustlings@6.0.0-beta.5 <!-- TODO: Remove @6.0.0-beta.x --> - Make sure you have the latest Rust version by running `rustup update` -- Try adding the `--locked` flag: `cargo install rustlings@6.0.0-beta.5 --locked` +- Try adding the `--locked` flag: `cargo install rustlings@6.0.0-beta.6 --locked` - Otherwise, please [report the issue](https://github.com/rust-lang/rustlings/issues/new) </details> |
