Skip to content

Commit 3ab5d2d

Browse files
committed
Bump criterion version to allow benchmarks to work
1 parent 9301591 commit 3ab5d2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

diesel_bench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ autobenches = false
1212

1313
[dependencies]
1414
dotenv = "0.15"
15-
criterion = "=0.3.2" # critcmp only supports 0.3.2
15+
criterion = "0.3.2"
1616
sqlx = {version = "0.4.0-beta.1", optional = true}
1717
async-std = { version = "1.5", optional = true}
1818
rusqlite = {version = "0.23", optional = true}

0 commit comments

Comments
 (0)