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 b3bdaed..1bc26c9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ exclude = [
]
[workspace.package]
-version = "6.0.0-beta.2"
+version = "6.0.0-beta.3"
authors = [
"Liv <mokou@fastmail.com>",
"Mo Bitar <mo8it@proton.me>",
@@ -55,7 +55,7 @@ hashbrown = "0.14.3"
notify-debouncer-mini = "0.4.1"
os_pipe = "1.1.5"
ratatui = "0.26.2"
-rustlings-macros = { path = "rustlings-macros", version = "=6.0.0-beta.2" }
+rustlings-macros = { path = "rustlings-macros", version = "=6.0.0-beta.3" }
serde.workspace = true
toml_edit.workspace = true
which = "6.0.1"