From a3f516ab9359130b56523c0836f9a8fa3b310eec Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 3 Sep 2022 13:34:13 -0400 Subject: [PATCH] ucd-parse-0.1.10 --- Cargo.lock | 2 +- ucd-parse/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 06ffe62..8fe800d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -93,7 +93,7 @@ dependencies = [ [[package]] name = "ucd-parse" -version = "0.1.9" +version = "0.1.10" dependencies = [ "once_cell", "regex", diff --git a/ucd-parse/Cargo.toml b/ucd-parse/Cargo.toml index 3654106..7e70f38 100644 --- a/ucd-parse/Cargo.toml +++ b/ucd-parse/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ucd-parse" -version = "0.1.9" #:version +version = "0.1.10" #:version authors = ["Andrew Gallant "] description = """ A library for parsing data files in the Unicode character database.