From bc46717883ac5d34d71ad6bffc09195f96351527 Mon Sep 17 00:00:00 2001 From: Josh Robson Chase Date: Mon, 19 Aug 2024 12:59:47 -0400 Subject: [PATCH] also patch the main jaffi crate with our version --- ngrok-java-native/Cargo.lock | 3 +-- ngrok-java-native/Cargo.toml | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ngrok-java-native/Cargo.lock b/ngrok-java-native/Cargo.lock index 64b64a9..992b487 100644 --- a/ngrok-java-native/Cargo.lock +++ b/ngrok-java-native/Cargo.lock @@ -527,8 +527,7 @@ checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" [[package]] name = "jaffi" version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39c12eb8e7429e3f94aef72ffeffc92490c8ce0b6018ed058996a4b260e18590" +source = "git+https://github.com/ngrok-oss/jaffi.git?branch=josh/lower-jni-version#131d4bbff0b4aed69fe5a8fe53920c8974d5d357" dependencies = [ "cafebabe", "enum-as-inner", diff --git a/ngrok-java-native/Cargo.toml b/ngrok-java-native/Cargo.toml index 795e5b2..37b05ef 100644 --- a/ngrok-java-native/Cargo.toml +++ b/ngrok-java-native/Cargo.toml @@ -25,3 +25,4 @@ crate_type = ["cdylib"] [patch.crates-io] jaffi_support = { git = 'https://github.com/ngrok-oss/jaffi.git', branch = 'josh/lower-jni-version' } +jaffi = { git = 'https://github.com/ngrok-oss/jaffi.git', branch = 'josh/lower-jni-version' }