Skip to content

Commit f41788a

Browse files
committed
Force identical cxx-gen patch version for dev dependency
1 parent 4108ec2 commit f41788a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ cxxbridge-flags = { version = "=1.0.192", path = "flags", default-features = fal
3434
[dev-dependencies]
3535
cc = "1.0.101"
3636
cxx-build = { version = "1", path = "gen/build" }
37-
cxx-gen = { version = "0.7.192", path = "gen/lib" }
37+
cxx-gen = { version = "=0.7.192", path = "gen/lib" }
3838
cxx-test-suite = { version = "0", path = "tests/ffi" }
3939
indoc = "2"
4040
proc-macro2 = "1.0.95"

0 commit comments

Comments
 (0)