summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e430cf1..41ad49c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ exclude = [
]
[workspace.package]
-version = "6.0.0-beta.4"
+version = "6.0.0-beta.5"
authors = [
"Liv <mokou@fastmail.com>",
"Mo Bitar <mo8it@proton.me>",
@@ -54,7 +54,7 @@ hashbrown = "0.14.3"
notify-debouncer-mini = { version = "0.4.1", default-features = false }
os_pipe = "1.1.5"
ratatui = { version = "0.26.2", default-features = false, features = ["crossterm"] }
-rustlings-macros = { path = "rustlings-macros", version = "=6.0.0-beta.4" }
+rustlings-macros = { path = "rustlings-macros", version = "=6.0.0-beta.5" }
serde_json = "1.0.116"
serde.workspace = true
toml_edit.workspace = true