From 10547d92b02b1af622706443cef835110efcdd0d Mon Sep 17 00:00:00 2001 From: alemi Date: Mon, 23 Sep 2024 18:08:43 +0200 Subject: [PATCH] chore: temp relative dep to use this from git TODO change it back before publishing --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index efae4af..16da19c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,8 @@ version = "0.1.3" edition = "2021" [dependencies] -jni-toolbox-macro = "0.1.3" +#jni-toolbox-macro = "0.1.3" +jni-toolbox-macro = { path = "./macro" } jni = "0.21" uuid = { version = "1.10", optional = true }