diff --git a/rust/Cargo.toml b/rust/Cargo.toml index cba5e0c..c1c0a61 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -9,8 +9,8 @@ name = "rustkeylockandroid" crate-type = ["cdylib"] [dependencies] -rust_keylock = {git = "https://github.com/rust-keylock/rust-keylock-lib"} -j4rs = "0.7" +rust_keylock = {git = "https://github.com/rust-keylock/rust-keylock-lib.git", rev = "461f37416bd55d762cfeeadc394403eee22ef17f"} +j4rs = {git = "https://github.com/astonbitecode/j4rs.git", rev = "d85fa68a7ad28663b8361de0eafffb7a40b61c1e"} libc = "0.2" jni-sys = "0.3" serde = "1.0"