11[package ]
22name = " cxx"
3- version = " 1.0.174 "
3+ version = " 1.0.175 "
44authors = [
" David Tolnay <[email protected] >" ]
55categories = [" development-tools::ffi" , " api-bindings" , " no-std" ]
66description = " Safe interop between Rust and C++"
@@ -23,17 +23,17 @@ alloc = []
2323std = [" alloc" , " foldhash/std" ]
2424
2525[dependencies ]
26- cxxbridge-macro = { version = " =1.0.174 " , path = " macro" }
26+ cxxbridge-macro = { version = " =1.0.175 " , path = " macro" }
2727foldhash = { version = " 0.2" , default-features = false }
2828link-cplusplus = " 1.0.11"
2929
3030[build-dependencies ]
3131cc = " 1.0.101"
32- cxxbridge-flags = { version = " =1.0.174 " , path = " flags" , default-features = false }
32+ cxxbridge-flags = { version = " =1.0.175 " , path = " flags" , default-features = false }
3333
3434[dev-dependencies ]
3535cc = " 1.0.101"
36- cxx-build = { version = " =1.0.174 " , path = " gen/build" }
36+ cxx-build = { version = " =1.0.175 " , path = " gen/build" }
3737cxx-gen = { version = " 0.7" , path = " gen/lib" }
3838cxx-test-suite = { version = " 0" , path = " tests/ffi" }
3939indoc = " 2"
@@ -47,7 +47,7 @@ trybuild = { version = "1.0.81", features = ["diff"] }
4747
4848# Disallow incompatible cxxbridge-cmd version appearing in the same lockfile.
4949[target .'cfg(any())' .build-dependencies ]
50- cxxbridge-cmd = { version = " =1.0.174 " , path = " gen/cmd" }
50+ cxxbridge-cmd = { version = " =1.0.175 " , path = " gen/cmd" }
5151
5252[workspace ]
5353members = [" demo" , " flags" , " gen/build" , " gen/cmd" , " gen/lib" , " macro" , " tests/ffi" ]
0 commit comments