diff options
| author | mo8it <mo8it@proton.me> | 2024-08-29 17:20:17 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-08-29 17:20:17 +0200 |
| commit | c8d1d9c51fa218ad7e1afccab95c3a05ba0ba7cb (patch) | |
| tree | 7a6b05cd1f09c10c3002af271e8241d8d337ee0b /Cargo.toml | |
| parent | ab2eb3442ec21b53be36686b37c7af897a03298f (diff) | |
chore: Release
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ exclude = [ ] [workspace.package] -version = "6.2.0" +version = "6.3.0" authors = [ "Mo Bitar <mo8it@proton.me>", # https://github.com/mo8it "Liv <mokou@fastmail.com>", # https://github.com/shadows-withal @@ -52,7 +52,7 @@ clap = { version = "4.5.16", features = ["derive"] } crossterm = { version = "0.28.1", default-features = false, features = ["windows", "events"] } notify-debouncer-mini = { version = "0.4.1", default-features = false } os_pipe = "1.2.1" -rustlings-macros = { path = "rustlings-macros", version = "=6.2.0" } +rustlings-macros = { path = "rustlings-macros", version = "=6.3.0" } serde_json = "1.0.127" serde.workspace = true toml_edit.workspace = true |
