chore: update readme, update toad-jni, pin jni

This commit is contained in:
Orion Kindel
2023-04-05 10:23:28 -07:00
parent 8eee5f3827
commit 4a64f116dc
3 changed files with 9 additions and 8 deletions

4
glue/Cargo.lock generated
View File

@@ -578,9 +578,9 @@ dependencies = [
[[package]]
name = "toad-jni"
version = "0.4.0"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8211cccf8f1dce2768a85b6f42b1d232542ecb616584bc9915da1cfc50c3d3d1"
checksum = "ff5fbc1fb554ad85160c74d6c6db551f164b79917c89509037477ad308d2b4ac"
dependencies = [
"jni",
"toad-array 0.5.0",

View File

@@ -8,8 +8,8 @@ publish = false
crate_type = ["cdylib"]
[dependencies]
jni = "*"
jni = "0.21.1"
toad = "0.17.2"
toad-jni = "0.4.0"
toad-jni = "0.4.1"
toad-msg = "0.18.1"
tinyvec = {version = "1.5", default_features = false, features = ["rustc_1_55"]}