From b8fcd112866522ca574fd8a0d28562a9ffd3e10d Mon Sep 17 00:00:00 2001 From: mo8it Date: Thu, 4 Jul 2024 20:02:43 +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 f3643d75..5da969cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -654,7 +654,7 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" [[package]] name = "rustlings" -version = "6.0.0" +version = "6.0.1" dependencies = [ "anyhow", "assert_cmd", @@ -673,7 +673,7 @@ dependencies = [ [[package]] name = "rustlings-macros" -version = "6.0.0" +version = "6.0.1" dependencies = [ "quote", "serde", diff --git a/Cargo.toml b/Cargo.toml index 42bfb89f..22141144 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ exclude = [ ] [workspace.package] -version = "6.0.0" +version = "6.0.1" authors = [ "Liv ", "Mo Bitar ", @@ -53,7 +53,7 @@ hashbrown = "0.14.5" notify-debouncer-mini = { version = "0.4.1", default-features = false } os_pipe = "1.2.0" ratatui = { version = "0.27.0", default-features = false, features = ["crossterm"] } -rustlings-macros = { path = "rustlings-macros", version = "=6.0.0" } +rustlings-macros = { path = "rustlings-macros", version = "=6.0.1" } serde_json = "1.0.120" serde.workspace = true toml_edit.workspace = true