Skip to content

Commit

Permalink
update to 0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseChouleur committed Jan 10, 2024
1 parent 73edc99 commit e8340f5
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 16 deletions.
122 changes: 109 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ documentation = "https://docs.rs/robusta/"

[dependencies]
robusta-codegen = { version = "0.2", path = "./robusta-codegen" }
jni = "^0.20"
jni = "^0.21"
paste = "^1"
static_assertions = "^1"

[dev-dependencies]
native = { path = "./tests/driver/native" }
jni = { version = "^0.20", features = ["invocation"] }
jni = { version = "^0.21", features = ["invocation"] }

[workspace]
members = ["robusta-codegen", "robusta-example", "tests/driver/native", "robusta-android-example"]
2 changes: 1 addition & 1 deletion robusta-android-example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ crate-type = ["cdylib"]

[dependencies]
robusta_jni = { path = "../.", version = "0.2" }
jni = "^0.20"
jni = "^0.21"
android_logger = "^0"
log = "^0"

0 comments on commit e8340f5

Please sign in to comment.