From 91e2c4edc8b8c4d8189f189625065088ccd078f1 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Fri, 17 Mar 2023 09:36:16 -0700 Subject: [PATCH] Bump to 0.3.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0ecaeaa..e57c1c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unicode-bidi" -version = "0.3.11" +version = "0.3.12" authors = ["The Servo Project Developers"] license = "MIT OR Apache-2.0" description = "Implementation of the Unicode Bidirectional Algorithm"