mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-03 19:53:40 +00:00
Downgrade to funty 1.1.0 to fix CI.
This commit is contained in:
parent
9fc45ad11e
commit
4747112118
1 changed files with 3 additions and 0 deletions
|
|
@ -48,6 +48,9 @@ blake2b_simd = "0.5"
|
|||
lazy_static = "1.4.0"
|
||||
static_assertions = "1.1.0"
|
||||
|
||||
# Temporary workaround for https://github.com/myrrlyn/funty/issues/3
|
||||
funty = "=1.1.0"
|
||||
|
||||
# Developer tooling dependencies
|
||||
plotters = { version = "0.3.0", optional = true }
|
||||
tabbycat = { version = "0.1", features = ["attributes"], optional = true }
|
||||
|
|
|
|||
Loading…
Reference in a new issue