mirror of
https://github.com/hexedtech/jni-toolbox.git
synced 2024-11-22 07:24:53 +01:00
chore: bump versions
This commit is contained in:
parent
6dc3bd3f43
commit
561279d1dd
2 changed files with 5 additions and 5 deletions
|
@ -4,14 +4,14 @@ members = ["macro"]
|
||||||
[package]
|
[package]
|
||||||
name = "jni-toolbox"
|
name = "jni-toolbox"
|
||||||
description = "tools to make writing JNI native functions less tiresome"
|
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 = [
|
authors = [
|
||||||
"alemi <me@alemi.dev>"
|
"alemi <me@alemi.dev>"
|
||||||
]
|
]
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
version = "0.1.2"
|
version = "0.1.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
jni-toolbox-macro = "0.1.2"
|
jni-toolbox-macro = "0.1.3"
|
||||||
jni = "0.21"
|
jni = "0.21"
|
||||||
|
|
|
@ -6,13 +6,13 @@ authors = [
|
||||||
"alemi <me@alemi.dev>"
|
"alemi <me@alemi.dev>"
|
||||||
]
|
]
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
version = "0.1.2"
|
version = "0.1.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
syn = {version = "2.0", features = ["full"]}
|
syn = { version = "2.0", features = ["full"] }
|
||||||
quote = "1.0"
|
quote = "1.0"
|
||||||
proc-macro2 = "1.0"
|
proc-macro2 = "1.0"
|
||||||
|
|
Loading…
Reference in a new issue