From 35fabce86bfd0a3a3b346658d3c67490fe1c989f Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Sat, 26 Apr 2025 09:17:21 -0400 Subject: [PATCH] Publish web_atoms 0.1.1. Signed-off-by: Josh Matthews --- web_atoms/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_atoms/Cargo.toml b/web_atoms/Cargo.toml index ed797688..66721e9c 100644 --- a/web_atoms/Cargo.toml +++ b/web_atoms/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "web_atoms" -version = "0.1.0" +version = "0.1.1" authors = [ "The html5ever Project Developers" ] license = "MIT OR Apache-2.0" repository = "https://github.com/servo/html5ever"