We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9301591 commit 3ab5d2dCopy full SHA for 3ab5d2d
1 file changed
diesel_bench/Cargo.toml
@@ -12,7 +12,7 @@ autobenches = false
12
13
[dependencies]
14
dotenv = "0.15"
15
-criterion = "=0.3.2" # critcmp only supports 0.3.2
+criterion = "0.3.2"
16
sqlx = {version = "0.4.0-beta.1", optional = true}
17
async-std = { version = "1.5", optional = true}
18
rusqlite = {version = "0.23", optional = true}
0 commit comments