diff options
| author | mo8it <mo8it@proton.me> | 2024-07-02 14:29:07 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-07-02 14:29:07 +0200 |
| commit | 2d792651ea5d500537e23d2825b919cff769d30b (patch) | |
| tree | 6b8783596ec8417f7c321b8b7de1ac623aaa298e /Cargo.toml | |
| parent | 6cf75d569bd0dd33a041e37c59cb75d28664bd7b (diff) | |
chore: Release
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ exclude = [ ] [workspace.package] -version = "6.0.0-beta.9" +version = "6.0.0-beta.10" authors = [ "Liv <mokou@fastmail.com>", "Mo Bitar <mo8it@proton.me>", @@ -53,7 +53,7 @@ hashbrown = "0.14.5" notify-debouncer-mini = { version = "0.4.1", default-features = false } os_pipe = "1.2.0" ratatui = { version = "0.27.0", default-features = false, features = ["crossterm"] } -rustlings-macros = { path = "rustlings-macros", version = "=6.0.0-beta.9" } +rustlings-macros = { path = "rustlings-macros", version = "=6.0.0-beta.10" } serde_json = "1.0.120" serde.workspace = true toml_edit.workspace = true |
