From 51cff040ed41245a4eccf44f2734ab9d8195c4c3 Mon Sep 17 00:00:00 2001 From: alemi Date: Thu, 10 Oct 2024 02:12:51 +0200 Subject: [PATCH] chore: unpin jni toolbox --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4bbbc02..d9f73c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ tracing-subscriber = { version = "0.3", optional = true } # glue (java) lazy_static = { version = "1.5", optional = true } jni = { version = "0.21", features = ["invocation"], optional = true } -jni-toolbox = { version = "0.2.0", optional = true, features = ["uuid"] } +jni-toolbox = { version = "0.2", optional = true, features = ["uuid"] } # glue (lua) mlua-codemp-patch = { version = "0.10.0-beta.2", features = ["module", "send", "serialize"], optional = true }