Skip to content

Commit

Permalink
Update ndk and ndk-glue to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
torokati44 committed Aug 17, 2022
1 parent 3031f3c commit 5a9126d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ version = "0.4.5"
path = "sys"

[dependencies.ndk]
version = "0.6"
version = "0.7"
optional = true

[dependencies.ndk-context]
Expand Down
2 changes: 1 addition & 1 deletion demo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ optional = true
version = "0.1.0"

[dependencies.ndk-glue]
version = "0.6.0"
version = "0.7.0"
features = ["logger"]

[dependencies.android_logger]
Expand Down

0 comments on commit 5a9126d

Please sign in to comment.