Remove `inferno` pin now that its MSRV is compatible with ours

This commit is contained in:
Jack Grigg 2023-05-16 15:39:06 +00:00
parent 8681b56d52
commit 6419e1e363
2 changed files with 0 additions and 2 deletions

View File

@ -96,7 +96,6 @@ orchard = { version = "0.4", default-features = false, features = ["test-depende
[target.'cfg(unix)'.dev-dependencies]
pprof = { version = "0.11", features = ["criterion", "flamegraph"] } # MSRV 1.56
inferno = ">=0.11, <0.11.5" # MSRV 1.59
[features]
default = ["multicore"]

View File

@ -45,7 +45,6 @@ rand_xorshift = "0.3"
[target.'cfg(unix)'.dev-dependencies]
pprof = { version = "0.11", features = ["criterion", "flamegraph"] } # MSRV 1.56
inferno = ">=0.11, <0.11.5" # MSRV 1.59
[features]
default = ["local-prover", "multicore"]