Skip to content

Commit

Permalink
supernova-benches: fix dependency path
Browse files Browse the repository at this point in the history
  • Loading branch information
slumber committed Jan 22, 2024
1 parent cee9975 commit a1f6bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supernova-benches/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ark-vesta = "0.4.0"
criterion = "0.5"
pprof = { version = "0.13", features = ["criterion", "flamegraph"] }

supernova = { path = "..", default-features = false }
supernova = { path = "../supernova", default-features = false }

[features]
default = ["parallel"]
Expand Down

0 comments on commit a1f6bb4

Please sign in to comment.