Skip to content

Commit

Permalink
Merge pull request #55 from ngrok/jni_onload
Browse files Browse the repository at this point in the history
patch jaffi to declare a lower jni version
  • Loading branch information
jrobsonchase authored Aug 15, 2024
2 parents d5de581 + 778b7e7 commit c69bd6b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.classpath
.project
.settings/
target/
.idea/
.vscode/
Expand Down
2 changes: 1 addition & 1 deletion ngrok-java-native/Cargo.lock

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

2 changes: 1 addition & 1 deletion ngrok-java-native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ url = "2.4.1"
crate_type = ["cdylib"]

[patch.crates-io]
jaffi_support = { git = 'https://github.com/ngrok-oss/jaffi.git', branch = 'nikolay/add-bool-support' }
jaffi_support = { git = 'https://github.com/ngrok-oss/jaffi.git', branch = 'josh/lower-jni-version' }

0 comments on commit c69bd6b

Please sign in to comment.