Skip to content

Commit b06689f

Browse files
committed
v0.9.0
* Synchronization via Dropbox. * By using rust-bcrypt, we were able to ditch the unmaintained `rust-crypto`. * Increased the `bcrypt` cost. * Applied `clippy` proposals. * Using the latest j4rs and its maven dependencies download-during-build feature, the size of the `rust-keylock-ui` crate got small.
1 parent d747674 commit b06689f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ name = "rustkeylockandroid"
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12-
rust_keylock = {git = "https://github.com/rust-keylock/rust-keylock-lib"}
13-
j4rs = "0.7"
12+
rust_keylock = {git = "https://github.com/rust-keylock/rust-keylock-lib.git", rev = "461f37416bd55d762cfeeadc394403eee22ef17f"}
13+
j4rs = {git = "https://github.com/astonbitecode/j4rs.git", rev = "d85fa68a7ad28663b8361de0eafffb7a40b61c1e"}
1414
libc = "0.2"
1515
jni-sys = "0.3"
1616
serde = "1.0"

0 commit comments

Comments
 (0)