From 69072e8e18874169aefaef2a2a5754f7c042ae80 Mon Sep 17 00:00:00 2001 From: back2dos Date: Sat, 24 May 2014 12:23:47 +0200 Subject: [PATCH] Give up exact dependencies for now. --- haxelib.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haxelib.json b/haxelib.json index 9524850..554b65a 100644 --- a/haxelib.json +++ b/haxelib.json @@ -5,10 +5,10 @@ "tags": ["tink", "macro", "utility"], "description": "The macro toolkit ;)", "version": "0.4.0", - "releasenote": "Various improvements", + "releasenote": "Better error handling for onTypeNotFound", "contributors": ["back2dos"], "dependencies": { - "tink_core": "1.0.0-rc.3" + "tink_core": "" }, "classPath": "src" } \ No newline at end of file