fix binding issues

This commit is contained in:
John Smith
2023-06-21 13:40:12 -04:00
parent 2272b8e139
commit 754abf2135
13 changed files with 121 additions and 71 deletions

7
Cargo.lock generated
View File

@@ -2071,6 +2071,12 @@ dependencies = [
"spin 0.9.8",
]
[[package]]
name = "fn_name"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "528a0eb35b41b895aef1afed5ab28659084118e730edc72f033e76fb71666dbb"
[[package]]
name = "fnv"
version = "1.0.7"
@@ -6591,6 +6597,7 @@ dependencies = [
"cfg-if 1.0.0",
"console_error_panic_hook",
"eyre",
"fn_name",
"futures-util",
"jni 0.21.1",
"jni-sys",