File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
33 package =" org.astonbitecode.rustkeylock"
44 android : versionCode =" 1"
5- android : versionName =" 0.2.2 " >
5+ android : versionName =" 0.2.1 " >
66
77 <uses-sdk
88 android : minSdkVersion =" 16"
Original file line number Diff line number Diff line change 44
55 <groupId >org.astonbitecode.rustkeylock</groupId >
66 <artifactId >rust-keylock-android</artifactId >
7- <version >0.2.2-SNAPSHOT </version >
7+ <version >0.2.1 </version >
88 <packaging >apk</packaging >
99
1010 <name >rust-keylock-android</name >
Original file line number Diff line number Diff line change 11[package ]
22name = " rustkeylockandroid"
3- version = " 0.2.2 "
3+ version = " 0.2.1 "
44authors = [
" aston <[email protected] >" ]
55
66[lib ]
77name = " rustkeylockandroid"
88crate-type = [" cdylib" ]
99
1010[dependencies ]
11- rust_keylock = { git = " https://github.com/rust-keylock/rust-keylock-lib " , rev = " HEAD " }
11+ rust_keylock = " 0.2.1 "
1212libc = " 0.2"
1313lazy_static = " 0.2"
1414log = " 0.3"
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ impl Editor for AndroidImpl {
113113 }
114114 }
115115
116- fn show_message ( & self , message : & str ) -> UserSelection {
116+ fn show_message ( & self , message : & ' static str ) -> UserSelection {
117117 debug ! ( "Showing Message '{}'" , message) ;
118118 ( self . show_message_cb ) ( super :: to_java_string ( message. to_string ( ) ) ) ;
119119 let user_selection = self . rx . recv ( ) . unwrap ( ) ;
You can’t perform that action at this time.
0 commit comments