From 561279d1dd8de92d3b8cdf4d47a46314245219c4 Mon Sep 17 00:00:00 2001 From: alemi Date: Sun, 22 Sep 2024 01:56:11 +0200 Subject: [PATCH] chore: bump versions --- Cargo.toml | 6 +++--- macro/Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index faf4422..78c600e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,14 +4,14 @@ members = ["macro"] [package] name = "jni-toolbox" description = "tools to make writing JNI native functions less tiresome" -repository = "https://github.com/hexedtech/jni-macro" +repository = "https://github.com/hexedtech/jni-toolbox" authors = [ "alemi " ] license = "GPL-3.0-only" -version = "0.1.2" +version = "0.1.3" edition = "2021" [dependencies] -jni-toolbox-macro = "0.1.2" +jni-toolbox-macro = "0.1.3" jni = "0.21" diff --git a/macro/Cargo.toml b/macro/Cargo.toml index c6bb07b..49f2769 100644 --- a/macro/Cargo.toml +++ b/macro/Cargo.toml @@ -6,13 +6,13 @@ authors = [ "alemi " ] license = "GPL-3.0-only" -version = "0.1.2" +version = "0.1.3" edition = "2021" [lib] proc-macro = true [dependencies] -syn = {version = "2.0", features = ["full"]} +syn = { version = "2.0", features = ["full"] } quote = "1.0" proc-macro2 = "1.0"