From 76bc58031a3189aab6fb806a91ef3a31064ebc93 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Tue, 15 Sep 2026 00:01:12 +0200 Subject: [PATCH] Bump version number to 0.40.1 Prepare html5ever patch release for https://github.com/servo/html5ever/pull/784 Signed-off-by: Simon Sapin --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 49730ebe..f7f9321b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ members = [ ] [workspace.package] -version = "0.40.0" +version = "0.40.1" license = "MIT OR Apache-2.0" authors = [ "The html5ever Project Developers" ] repository = "https://github.com/servo/html5ever"