Skip to content

Commit

Permalink
Merge pull request #10 from psych0d0g/patch-2
Browse files Browse the repository at this point in the history
also allow armel builds
  • Loading branch information
conradkleinespel committed Jan 16, 2016
2 parents 17103c0 + 80023c4 commit 7b3763e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "rpassword"
version = "0.1.1"
version = "0.1.2"
authors = ["Conrad Kleinespel <conradk@conradk.com>"]
description = "Read passwords in console applications."
license = "Apache-2.0"
Expand All @@ -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"
Expand Down

0 comments on commit 7b3763e

Please sign in to comment.