make it compile again under the new Rust version

This commit is contained in:
Sebastian Gesemann
2015-02-04 13:51:44 +01:00
parent 67d7a21eca
commit 807872342c
3 changed files with 51 additions and 32 deletions

View File

@ -1,12 +1,12 @@
[package]
name = "secretshare"
version = "0.1.0"
version = "0.1.1"
authors = ["Sebastian Gesemann <s.gesemann@gmail.com>"]
description = "This is an implementation of Shamir's secret sharing scheme."
license = "GPLv3"
readme = "README.md"
[dependencies]
getopts = "0.2.0"
rustc-serialize = "0.2.10"
crc24 = "0.0.2"
getopts = "0.2.1"
rustc-serialize = "0.2.11"
crc24 = "0.1.0"