Skip to content

Commit

Permalink
Start with 0.20 version
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseChouleur committed Jan 9, 2024
1 parent bffd3fb commit 470d0be
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 112 deletions.
122 changes: 13 additions & 109 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"
jni = "^0.20"
paste = "^1"
static_assertions = "^1"

[dev-dependencies]
native = { path = "./tests/driver/native" }
jni = { version = "^0", features = ["invocation"] }
jni = { version = "^0.20", 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"
jni = "^0.20"
android_logger = "^0"
log = "^0"

0 comments on commit 470d0be

Please sign in to comment.