From eec9f835699f3bd3f978dbfe3b29cd1adbcc092c Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Sun, 28 May 2023 14:53:37 -0600 Subject: [PATCH] update haxe-strings to remove deprecation warnings --- haxe_libraries/haxe-strings.hxml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/haxe_libraries/haxe-strings.hxml b/haxe_libraries/haxe-strings.hxml index e5c6cbd..003c2de 100644 --- a/haxe_libraries/haxe-strings.hxml +++ b/haxe_libraries/haxe-strings.hxml @@ -1,5 +1,5 @@ -# @install: lix --silent download "haxelib:/haxe-strings#7.0.2" into haxe-strings/7.0.2/haxelib --cp ${HAXE_LIBCACHE}/haxe-strings/7.0.2/haxelib/src/ --D haxe-strings=7.0.2 ---macro hx.strings.internal.Macros.addDefines() ---macro hx.strings.internal.Macros.configureNullSafety() +# @install: lix --silent download "haxelib:/haxe-strings#7.0.3" into haxe-strings/7.0.3/haxelib +-cp ${HAXE_LIBCACHE}/haxe-strings/7.0.3/haxelib/src/ +-D haxe-strings=7.0.3 +--macro hx.strings.internal.Macros.addDefines() +--macro hx.strings.internal.Macros.configureNullSafety()