Skip to content

Commit fed5631

Browse files
committed
Lower criterion requirement
1 parent e6e4e2e commit fed5631

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

binding-generator/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ shlex = { version = "1.3", default-features = false }
2323

2424
[dev-dependencies]
2525
tempfile = { version = "3", default-features = false }
26-
criterion = "0.7"
26+
# todo: MSRV, bump to 0.7 when MSRV is 1.80
27+
criterion = "0.5"
2728

2829
[features]
2930
clang-runtime = ["clang/runtime", "clang-sys/runtime"]

0 commit comments

Comments
 (0)