From 9855a11a2778155680b8d4fc1d6ab692dd943764 Mon Sep 17 00:00:00 2001 From: Vidhan Bhatt Date: Sat, 20 Jan 2024 13:25:28 -0500 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 1a5866d..bb5fd2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -114,7 +114,7 @@ dependencies = [ [[package]] name = "hypertext" -version = "0.4.1" +version = "0.5.0" dependencies = [ "axum-core", "html-escape", @@ -126,7 +126,7 @@ dependencies = [ [[package]] name = "hypertext-macros" -version = "0.4.1" +version = "0.5.0" dependencies = [ "html-escape", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 52fa2ee..f277c8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,11 +13,11 @@ resolver = "2" license = "MIT" readme = "README.md" repository = "https://github.com/vidhanio/hypertext" - version = "0.4.1" + version = "0.5.0" [workspace.dependencies] - hypertext-macros = { version = "0.4.1", path = "./hypertext-macros" } + hypertext-macros = { version = "0.5.0", path = "./hypertext-macros" } html-escape = { version = "0.2", default-features = false }