Skip to content

Commit

Permalink
Merge pull request hyperledger-archives#2192 from chaeso/pr-quote
Browse files Browse the repository at this point in the history
Fix build error. Use latest version of "quote" (yanked), "failure" crates
  • Loading branch information
mirgee authored Jun 15, 2020
2 parents f66ea3e + 47bbfe0 commit f5aca7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libindy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fatal_warnings = []
[dependencies]
env_logger = "0.7"
etcommon-rlp = "0.2.4"
failure = "0.1.6"
failure = "0.1.7"
hex = "0.3.2"
libc = "0.2.66"
log = "0.4.8"
Expand All @@ -55,7 +55,7 @@ regex = "1.2.1"
indy-api-types = { path = "./indy-api-types"}
indy-utils = { path = "./indy-utils"}
indy-wallet = { path = "./indy-wallet"}
quote = "=1.0.2"
quote = "=1.0.7"

[dependencies.uuid]
version = "0.7.4"
Expand Down

0 comments on commit f5aca7b

Please sign in to comment.