Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
astonbitecode committed Jul 9, 2019
1 parent d747674 commit b06689f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b06689f

Please sign in to comment.