mirror of
https://github.com/hexedtech/jni-toolbox.git
synced 2024-11-23 16:04:52 +01:00
chore: bump version
This commit is contained in:
parent
78713a1b4e
commit
518cdb45d1
3 changed files with 19 additions and 6 deletions
19
Cargo.lock
generated
19
Cargo.lock
generated
|
@ -54,16 +54,27 @@ checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "jni-toolbox"
|
name = "jni-toolbox"
|
||||||
version = "0.1.3"
|
version = "0.2.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"jni",
|
"jni",
|
||||||
"jni-toolbox-macro",
|
"jni-toolbox-macro 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"uuid",
|
"uuid",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "jni-toolbox-macro"
|
name = "jni-toolbox-macro"
|
||||||
version = "0.2.0"
|
version = "0.2.2"
|
||||||
|
dependencies = [
|
||||||
|
"proc-macro2",
|
||||||
|
"quote",
|
||||||
|
"syn",
|
||||||
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "jni-toolbox-macro"
|
||||||
|
version = "0.2.2"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "609491ce00edcf12946945a514d033bf6e8bfbab02c6a25a46ed8cd4749707da"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
@ -76,6 +87,8 @@ version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"jni",
|
"jni",
|
||||||
"jni-toolbox",
|
"jni-toolbox",
|
||||||
|
"jni-toolbox-macro 0.2.2",
|
||||||
|
"thiserror",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|
|
@ -10,11 +10,11 @@ authors = [
|
||||||
"zaaarf <me@zaaarf.foo>"
|
"zaaarf <me@zaaarf.foo>"
|
||||||
]
|
]
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
jni-toolbox-macro = "0.2.1"
|
jni-toolbox-macro = "0.2.2"
|
||||||
jni = "0.21"
|
jni = "0.21"
|
||||||
uuid = { version = "1.10", optional = true }
|
uuid = { version = "1.10", optional = true }
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ authors = [
|
||||||
"zaaarf <me@zaaarf.foo>"
|
"zaaarf <me@zaaarf.foo>"
|
||||||
]
|
]
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|
Loading…
Reference in a new issue