mirror of
https://github.com/hexedtech/jni-toolbox.git
synced 2024-11-21 23:14:55 +01:00
chore: bump version
This commit is contained in:
parent
85707fe06d
commit
7e2c8d4138
3 changed files with 4 additions and 5 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -63,7 +63,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "jni-toolbox-macro"
|
||||
version = "0.1.3"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
|
@ -9,12 +9,11 @@ authors = [
|
|||
"alemi <me@alemi.dev>"
|
||||
]
|
||||
license = "GPL-3.0-only"
|
||||
version = "0.1.3"
|
||||
version = "0.2.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
#jni-toolbox-macro = "0.1.3"
|
||||
jni-toolbox-macro = { path = "./macro" }
|
||||
jni-toolbox-macro = "0.2.0"
|
||||
jni = "0.21"
|
||||
uuid = { version = "1.10", optional = true }
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ authors = [
|
|||
"alemi <me@alemi.dev>"
|
||||
]
|
||||
license = "GPL-3.0-only"
|
||||
version = "0.1.3"
|
||||
version = "0.2.0"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
|
|
Loading…
Reference in a new issue