From 450173525502f785ee4b55c44d8103331a796554 Mon Sep 17 00:00:00 2001 From: tobil4sk Date: Mon, 10 Jul 2023 13:32:48 +0100 Subject: [PATCH] Fix haxe 3 compatibility issue --- src/haxelib/VersionData.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/haxelib/VersionData.hx b/src/haxelib/VersionData.hx index 0a49074b..fd91ddb1 100644 --- a/src/haxelib/VersionData.hx +++ b/src/haxelib/VersionData.hx @@ -59,7 +59,7 @@ class VcsData { without the empty ones. **/ public function getCleaned() { - final data:{ + var data:{ url:String, ?commit:String, ?tag:String,