summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-08-09 11:52:31 +0200
committermo8it <mo8it@proton.me>2024-08-09 11:52:31 +0200
commit4472d50eba291a90017fa4c1974682c4392bf8b8 (patch)
tree0541f6b487d4d15b3f66ecd64d40b08cbf1a6ed3 /Cargo.toml
parenta1d5702ba099263c42c73201d4eb44b4ad5785d5 (diff)
chore: Release
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 1dcc55a..4ce639b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ exclude = [
]
[workspace.package]
-version = "6.1.0"
+version = "6.2.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.14", features = ["derive"] }
notify-debouncer-mini = { version = "0.4.1", default-features = false }
os_pipe = "1.2.1"
ratatui = { version = "0.28.0", default-features = false, features = ["crossterm"] }
-rustlings-macros = { path = "rustlings-macros", version = "=6.1.0" }
+rustlings-macros = { path = "rustlings-macros", version = "=6.2.0" }
serde_json = "1.0.122"
serde.workspace = true
toml_edit.workspace = true