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"