diff --git a/Cargo.lock b/Cargo.lock index d20742a..af35475 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -114,7 +114,7 @@ dependencies = [ [[package]] name = "hypertext" -version = "0.3.2" +version = "0.4.0" dependencies = [ "axum-core", "html-escape", @@ -126,7 +126,7 @@ dependencies = [ [[package]] name = "hypertext-macros" -version = "0.3.2" +version = "0.4.0" dependencies = [ "html-escape", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 0b40eb9..b65b30e 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.3.2" + version = "0.4.0" [workspace.dependencies] - hypertext-macros = { version = "0.3.2", path = "./hypertext-macros" } + hypertext-macros = { version = "0.4.0", path = "./hypertext-macros" } html-escape = { version = "0.2", default-features = false }