Compare commits

..

No commits in common. "8d863c64c9cf1d7054e4336b2e823a325424246d" and "2066d781fe95c7c131c8d5006145b2a4b63682a7" have entirely different histories.

2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -280,9 +280,9 @@ dependencies = [
[[package]]
name = "criterion"
version = "0.8.1"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d883447757bb0ee46f233e9dc22eb84d93a9508c9b868687b274fc431d886bf"
checksum = "a0dfe5e9e71bdcf4e4954f7d14da74d1cdb92a3a07686452d1509652684b1aab"
dependencies = [
"alloca",
"anes",
@ -305,9 +305,9 @@ dependencies = [
[[package]]
name = "criterion-plot"
version = "0.8.1"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed943f81ea2faa8dcecbbfa50164acf95d555afec96a27871663b300e387b2e4"
checksum = "5de36c2bee19fba779808f92bf5d9b0fa5a40095c277aba10c458a12b35d21d6"
dependencies = [
"cast",
"itertools",

View file

@ -16,7 +16,7 @@ hotpath = { optional = true, version = "0.8.0" }
libc = "0.2.178"
[dev-dependencies]
criterion = "0.8.1"
criterion = "0.8.0"
[features]
hotpath = [ "dep:hotpath", "hotpath/hotpath" ]