Skip to content

Commit

Permalink
use local folder
Browse files Browse the repository at this point in the history
  • Loading branch information
shamatar committed Mar 31, 2019
1 parent 9752fbc commit 3da716a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ bellman_ce = { version = "0.3.0", default-features = false}

[dependencies.blake2-rfc]
path = "./src/dependencies/blake2-rfc/"
version = "0.2.18"
version = "0.2.17"

[dev-dependencies]
hex-literal = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion src/dependencies/blake2-rfc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blake2-rfc"
version = "0.2.18"
version = "0.2.17"
authors = ["Cesar Eduardo Barros <cesarb@cesarb.eti.br>"]
description = "A pure Rust implementation of BLAKE2 based on RFC 7693."
documentation = "https://docs.rs/blake2-rfc"
Expand Down

0 comments on commit 3da716a

Please sign in to comment.