Downgrade to funty 1.1.0 to fix CI.

This commit is contained in:
Sean Bowe 2021-02-14 09:24:15 -07:00
parent 9fc45ad11e
commit 4747112118
No known key found for this signature in database
GPG key ID: 95684257D8F8B031

View file

@ -48,6 +48,9 @@ blake2b_simd = "0.5"
lazy_static = "1.4.0" lazy_static = "1.4.0"
static_assertions = "1.1.0" static_assertions = "1.1.0"
# Temporary workaround for https://github.com/myrrlyn/funty/issues/3
funty = "=1.1.0"
# Developer tooling dependencies # Developer tooling dependencies
plotters = { version = "0.3.0", optional = true } plotters = { version = "0.3.0", optional = true }
tabbycat = { version = "0.1", features = ["attributes"], optional = true } tabbycat = { version = "0.1", features = ["attributes"], optional = true }