Skip to content

Commit

Permalink
elliptic-curve: pin funty to =1.1.0 (#550)
Browse files Browse the repository at this point in the history
Workaround for ferrilab/bitvec#105
  • Loading branch information
tarcieri authored Feb 17, 2021
1 parent 9d4294a commit cb47603
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
27 changes: 14 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions elliptic-curve/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ keywords = ["crypto", "ecc", "elliptic", "weierstrass"]
[dependencies]
base64ct = { version = "0.2", optional = true, default-features = false }
ff = { version = "0.9", optional = true, default-features = false }
funty = { version = "=1.1.0", default-features = false } # see https://github.com/bitvecto-rs/bitvec/issues/105
group = { version = "0.9", optional = true, default-features = false }
hex-literal = { version = "0.3", optional = true }
generic-array = { version = "0.14", default-features = false }
Expand Down

0 comments on commit cb47603

Please sign in to comment.