From 4472d50eba291a90017fa4c1974682c4392bf8b8 Mon Sep 17 00:00:00 2001 From: mo8it Date: Fri, 9 Aug 2024 11:52:31 +0200 Subject: [PATCH] chore: Release --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 504113f5..dfda6124 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -580,7 +580,7 @@ dependencies = [ [[package]] name = "rustlings" -version = "6.1.0" +version = "6.2.0" dependencies = [ "ahash", "anyhow", @@ -597,7 +597,7 @@ dependencies = [ [[package]] name = "rustlings-macros" -version = "6.1.0" +version = "6.2.0" dependencies = [ "quote", "serde", diff --git a/Cargo.toml b/Cargo.toml index 1dcc55ac..4ce639b6 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 ", # https://github.com/mo8it "Liv ", # 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