Skip to content

Commit f7d768b

Browse files
committed
#8: Fix rust_keylock dependency path
1 parent abb0eff commit f7d768b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "rustkeylockandroid"
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12-
rust_keylock = { path = "../../rust-keylock-lib" }
12+
rust_keylock = "0.17"
1313
j4rs = "0.23"
1414
j4rs_derive = "0.1"
1515
libc = "0.2"

0 commit comments

Comments
 (0)