diff options
| author | mo8it <mo8it@proton.me> | 2024-11-11 15:51:27 +0100 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-11-11 15:51:27 +0100 |
| commit | e6cb1042946816a6ac835cf1f15a71898bdf4ed6 (patch) | |
| tree | b409ecc13408fc42e5da2324bc9a3f6948bab15f | |
| parent | 410eb69d250a2c856e9d23b60a4e77e5558b8134 (diff) | |
chore: Release
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | Cargo.toml | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -451,7 +451,7 @@ dependencies = [ [[package]] name = "rustlings" -version = "6.3.0" +version = "6.4.0" dependencies = [ "anyhow", "clap", @@ -468,7 +468,7 @@ dependencies = [ [[package]] name = "rustlings-macros" -version = "6.3.0" +version = "6.4.0" dependencies = [ "quote", "serde", @@ -6,7 +6,7 @@ exclude = [ ] [workspace.package] -version = "6.3.0" +version = "6.4.0" authors = [ "Mo Bitar <mo8it@proton.me>", # https://github.com/mo8it "Liv <mokou@fastmail.com>", # https://github.com/shadows-withal @@ -51,7 +51,7 @@ clap = { version = "4.5.20", features = ["derive"] } crossterm = { version = "0.28.1", default-features = false, features = ["windows", "events"] } notify = "7.0.0" os_pipe = "1.2.1" -rustlings-macros = { path = "rustlings-macros", version = "=6.3.0" } +rustlings-macros = { path = "rustlings-macros", version = "=6.4.0" } serde_json = "1.0.132" serde.workspace = true toml_edit.workspace = true |
