mirror of
https://github.com/hexedtech/jni-toolbox.git
synced 2024-11-24 16:34:52 +01:00
chore: update lockfile
This commit is contained in:
parent
3bd3addc64
commit
f00b8dc398
1 changed files with 12 additions and 1 deletions
13
Cargo.lock
generated
13
Cargo.lock
generated
|
@ -6,7 +6,7 @@ version = 3
|
|||
name = "jni-toolbox"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"jni-toolbox-macro",
|
||||
"jni-toolbox-macro 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -18,6 +18,17 @@ dependencies = [
|
|||
"syn",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "jni-toolbox-macro"
|
||||
version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "768f95d7f74314263216cb39f89f085f9615badb158c417f10e8233806f8ad6f"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "proc-macro2"
|
||||
version = "1.0.86"
|
||||
|
|
Loading…
Reference in a new issue