Skip to content

Commit

Permalink
ndk,ndk-macro,ndk-glue: Bump all dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Jun 17, 2022
1 parent 60e34d1 commit b1e7767
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ndk-examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"
publish = false

[target.'cfg(target_os = "android")'.dependencies]
jni = "0.18.0"
jni = "0.19"
libc = "0.2"
log = "0.4.14"
ndk = { path = "../ndk", features = ["trace"] }
Expand Down
2 changes: 1 addition & 1 deletion ndk-glue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ndk-sys = { path = "../ndk-sys", version = "0.3.0" }
once_cell = "1"
libc = "0.2.84"
log = "0.4.14"
android_logger = { version = "0.10.1", optional = true }
android_logger = { version = "0.11", optional = true }

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion ndk-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ proc-macro2 = "1.0.24"
proc-macro-crate = "1.0"
quote = "1.0.8"
syn = { version = "1.0.60", features = ["full"] }
darling = "0.13"
darling = "0.14"

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion ndk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ raw-window-handle = "0.4"
thiserror = "1.0.23"

[dependencies.jni]
version = "0.18.0"
version = "0.19"
optional = true

[dependencies.jni-glue]
Expand Down

0 comments on commit b1e7767

Please sign in to comment.