Skip to content

Commit

Permalink
rooster v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
conradkleinespel committed Dec 2, 2015
1 parent 36e21cd commit a6297f3
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 36 deletions.
72 changes: 43 additions & 29 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "rooster"
version = "0.0.1"
version = "1.0.0"
authors = ["Conrad Kleinespel <[email protected]>"]

[dependencies]
rust-crypto = "*"
rustc-serialize = "*"
rand = "*"
libc = "*"
rpassword = "*"
getopts = "*"
rust-crypto = "0.2"
rustc-serialize = "0.3"
rand = "0.3"
libc = "0.1"
rpassword = "0.1"
getopts = "0.2"

0 comments on commit a6297f3

Please sign in to comment.