From 2542b7d3626a8911b68f27aed32a6c182f4e8d94 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Tue, 26 Apr 2022 14:26:01 +0200 Subject: [PATCH] Bump to 0.3.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e30f0cf..a00b220 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unicode-bidi" -version = "0.3.7" +version = "0.3.8" authors = ["The Servo Project Developers"] license = "MIT OR Apache-2.0" description = "Implementation of the Unicode Bidirectional Algorithm"