From e620f7626e015ba431acab5a6c1efdce0d8eae8f Mon Sep 17 00:00:00 2001 From: Mukilan Thiyagarajan Date: Fri, 12 Jun 2026 15:45:02 +0530 Subject: [PATCH] Bump version to '0.13.0'. In servo/servo#45599, it was found that the recent refactors in surfman have changed the module paths for some public types used by Servo. Since this is a breaking change, bump the major version. Testing: Tested with a patched Servo to confirm there are no more compilation issues due to the refactor. Signed-off-by: Mukilan Thiyagarajan --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a40d126a..ee2ea93e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "surfman" license = "MIT OR Apache-2.0 OR MPL-2.0" edition = "2021" -version = "0.12.5" +version = "0.13.0" authors = [ "Patrick Walton ", "Emilio Cobos Álvarez ",