Merge pull request #344 from str4d/funty-fix

Add temporary workaround for funty breakage
This commit is contained in:
str4d 2021-02-23 08:47:41 +13:00 committed by GitHub
commit 329e251b52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,9 @@ secp256k1 = { version = "0.19", optional = true }
sha2 = "0.9"
subtle = "2.2.3"
# Temporary workaround for https://github.com/myrrlyn/funty/issues/3
funty = "=1.1.0"
[dev-dependencies]
criterion = "0.3"
hex-literal = "0.2"