diff options
| author | mo8it <mo8it@proton.me> | 2025-08-22 00:05:12 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2025-08-22 00:05:12 +0200 |
| commit | 2af9e89ba536fad01aa828b06e0ac2174bad0f6d (patch) | |
| tree | 4d858d95ad7dffe3dccb842e1817c6eea52a96ba | |
| parent | 6ec2e194ae606ae4409a626ea0ac025229f6f4b1 (diff) | |
chore: Release
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | Cargo.toml | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -439,7 +439,7 @@ dependencies = [ [[package]] name = "rustlings" -version = "6.4.0" +version = "6.5.0" dependencies = [ "anyhow", "clap", @@ -455,7 +455,7 @@ dependencies = [ [[package]] name = "rustlings-macros" -version = "6.4.0" +version = "6.5.0" dependencies = [ "quote", "serde", @@ -5,7 +5,7 @@ exclude = [ ] [workspace.package] -version = "6.4.0" +version = "6.5.0" authors = [ "Mo Bitar <mo8it@proton.me>", # https://github.com/mo8it "Liv <mokou@fastmail.com>", # https://github.com/shadows-withal @@ -49,7 +49,7 @@ anyhow = "1.0" clap = { version = "4.5", features = ["derive"] } crossterm = { version = "0.29", default-features = false, features = ["windows", "events"] } notify = "8.0" -rustlings-macros = { path = "rustlings-macros", version = "=6.4.0" } +rustlings-macros = { path = "rustlings-macros", version = "=6.5.0" } serde_json = "1.0" serde.workspace = true toml.workspace = true |
