Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarb committed Jul 21, 2015
1 parent ce889c0 commit 3fbc2de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blake2-rfc"
version = "0.1.0"
version = "0.2.0"
authors = ["Cesar Eduardo Barros <cesarb@cesarb.eti.br>"]
description = "A pure Rust implementation of BLAKE2 based on the draft RFC."
repository = "https://github.com/cesarb/blake2-rfc"
Expand All @@ -9,7 +9,7 @@ keywords = ["blake2", "blake2b", "blake2s", "hash", "crypto"]
license = "MIT"

[dependencies]
constant_time_eq = "0.1"
constant_time_eq = "0.1.0"

[dev-dependencies]
rustc-serialize = "0.3"
rustc-serialize = "0.3.15"

0 comments on commit 3fbc2de

Please sign in to comment.