diff --git a/Cargo.toml b/Cargo.toml index e4fb80c..2ce2669 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rpassword" -version = "0.1.1" +version = "0.1.2" authors = ["Conrad Kleinespel "] description = "Read passwords in console applications." license = "Apache-2.0" @@ -28,6 +28,9 @@ termios = "0.2" [target.arm-unknown-linux-gnueabihf.dependencies] libc = "0.1" termios = "0.2" +[target.arm-unknown-linux-gnueabi.dependencies] +libc = "0.1" +termios = "0.2" [target.mipsel-unknown-linux-gnu.dependencies] libc = "0.1" termios = "0.2"