chore: fix toad-jni dep

This commit is contained in:
Orion Kindel 2023-04-11 15:28:58 -05:00
parent ea59f92cb5
commit 913ed46e13
Signed by untrusted user who does not match committer: orion
GPG Key ID: 6D4165AE4C928719
2 changed files with 4 additions and 2 deletions

4
glue/Cargo.lock generated
View File

@ -580,7 +580,9 @@ dependencies = [
[[package]]
name = "toad-jni"
version = "0.6.0"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0bb1a31e7259c1338191283a47f7cb8ae7f51eb62455fd7e123d2be304f1894"
dependencies = [
"jni",
"toad-array 0.5.0",

View File

@ -15,7 +15,7 @@ e2e = []
jni = "0.21.1"
nb = "1"
toad = "0.17.3"
toad-jni = {path = "../../toad/toad-jni"} # "0.6.0"
toad-jni = "0.8.0"
no-std-net = "0.6"
toad-msg = "0.18.1"
tinyvec = {version = "1.5", default_features = false, features = ["rustc_1_55"]}