summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-08-29 17:20:17 +0200
committermo8it <mo8it@proton.me>2024-08-29 17:20:17 +0200
commitc8d1d9c51fa218ad7e1afccab95c3a05ba0ba7cb (patch)
tree7a6b05cd1f09c10c3002af271e8241d8d337ee0b
parentab2eb3442ec21b53be36686b37c7af897a03298f (diff)
chore: Release
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml4
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index fdb4e45..e1048d4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -482,7 +482,7 @@ dependencies = [
[[package]]
name = "rustlings"
-version = "6.2.0"
+version = "6.3.0"
dependencies = [
"ahash",
"anyhow",
@@ -499,7 +499,7 @@ dependencies = [
[[package]]
name = "rustlings-macros"
-version = "6.2.0"
+version = "6.3.0"
dependencies = [
"quote",
"serde",
diff --git a/Cargo.toml b/Cargo.toml
index b332f40..d22aa60 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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