From 61f396259c38ef246c518fab13bd15a608e13ffb Mon Sep 17 00:00:00 2001 From: ScottPJones Date: Mon, 27 Jan 2020 14:24:51 -0500 Subject: [PATCH] Update version to pick up StrBase fix --- Project.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ebf7afc..054c7cc 100644 --- a/Project.toml +++ b/Project.toml @@ -46,9 +46,16 @@ PCRE2 = "1.0.2" Format = "1.1.0" ModuleInterfaceTools = "1.0.1" InternedStrings = "0.7.0" -StrBase = "1.0.2" +StrAPI = "1.0.0" +StrBase = "1.0.3" StrTables = "1.0.0" StrEntities = "1.0.0" StrFormat = "1.0.0" StrRegex = "1.0.1" StrLiterals = "1.0.0" +ChrBase = "1.0.0" +Emoji_Entities = "1.0.0" +HTML_Entities = "1.0.0" +LaTeX_Entities = "1.0.0" +Unicode_Entities = "1.0.0" +MurmurHash3 = "^1.0.3"