diff options
| author | mo8it <mo8it@proton.me> | 2024-04-16 03:46:04 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-16 03:46:04 +0200 |
| commit | 4d9eb35ad7f6625da7e2a83afbb5c0bcee6ca96a (patch) | |
| tree | 5e68be66a1423ccdbc7dbe7bda70f57297545eed | |
| parent | 86d716cf8a59092ba2078f2b0d80f95e155f2d64 (diff) | |
Prepare for publishing the first alpha version
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,7 +11,7 @@ members = [ ] [workspace.package] -version = "6.0.0" +version = "6.0.0-alpha.0" authors = [ "Liv <mokou@fastmail.com>", "Carol (Nichols || Goulding) <carol.nichols@gmail.com>", @@ -40,7 +40,7 @@ crossterm = "0.27.0" hashbrown = "0.14.3" notify-debouncer-mini = "0.4.1" ratatui = "0.26.2" -rustlings-macros = { path = "rustlings-macros" } +rustlings-macros = "6.0.0-alpha.0" serde.workspace = true toml_edit.workspace = true which = "6.0.1" |
