Skip to content

Commit

Permalink
fix rebase error
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenciak committed Jun 5, 2024
1 parent 1a9e7b3 commit e206c61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ p3-util = { workspace = true }
hybrid-array = "0.2.0-rc"
lazy_static = "1.4.0"

[dev-dependencies]
criterion = "0.5"

[[bench]]
name = "fib"
harness = false
Expand All @@ -74,6 +77,3 @@ lto = "thin"
incremental = false
codegen-units = 16

[dev-dependencies]
itertools = "0.12.1"
criterion = "0.5"

0 comments on commit e206c61

Please sign in to comment.