From 60d5ed532f9a34915fad5dab956152caa2c0e049 Mon Sep 17 00:00:00 2001 From: Vidhan Bhatt Date: Fri, 12 Jan 2024 07:12:09 -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 fb22d8a..23e1ebf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -114,7 +114,7 @@ dependencies = [ [[package]] name = "hypertext" -version = "0.2.1" +version = "0.3.0" dependencies = [ "axum-core", "html-escape", @@ -126,7 +126,7 @@ dependencies = [ [[package]] name = "hypertext-macros" -version = "0.2.1" +version = "0.3.0" dependencies = [ "html-escape", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 84b6dc6..f903b21 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.2.1" + version = "0.3.0" [workspace.dependencies] - hypertext-macros = { version = "0.2.1", path = "./hypertext-macros" } + hypertext-macros = { version = "0.3.0", path = "./hypertext-macros" } html-escape = { version = "0.2", default-features = false }