diff options
| author | mo8it <mo8it@proton.me> | 2024-07-03 15:32:46 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-07-03 15:32:46 +0200 |
| commit | 28d2bb04326d7036514245d73f10fb72b9ed108c (patch) | |
| tree | 6d81078cffbc0d1b8e683aeabdba04a2739d41c5 | |
| parent | 1c010a129ed8165360061abc9f91cc747775e782 (diff) | |
chore: Release
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | Cargo.toml | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -654,7 +654,7 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" [[package]] name = "rustlings" -version = "6.0.0-beta.10" +version = "6.0.0" dependencies = [ "anyhow", "assert_cmd", @@ -673,7 +673,7 @@ dependencies = [ [[package]] name = "rustlings-macros" -version = "6.0.0-beta.10" +version = "6.0.0" dependencies = [ "quote", "serde", @@ -8,7 +8,7 @@ exclude = [ ] [workspace.package] -version = "6.0.0-beta.10" +version = "6.0.0" 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.10" } +rustlings-macros = { path = "rustlings-macros", version = "=6.0.0" } serde_json = "1.0.120" serde.workspace = true toml_edit.workspace = true |
