11[package ]
22name = " cxx"
3- version = " 1.0.186 "
3+ version = " 1.0.187 "
44authors = [
" David Tolnay <[email protected] >" ]
55categories = [" development-tools::ffi" , " api-bindings" , " no-std" ]
66description = " Safe interop between Rust and C++"
@@ -23,13 +23,13 @@ alloc = []
2323std = [" alloc" , " foldhash/std" ]
2424
2525[dependencies ]
26- cxxbridge-macro = { version = " =1.0.186 " , path = " macro" }
26+ cxxbridge-macro = { version = " =1.0.187 " , 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.186 " , path = " flags" , default-features = false }
32+ cxxbridge-flags = { version = " =1.0.187 " , path = " flags" , default-features = false }
3333
3434[dev-dependencies ]
3535cc = " 1.0.101"
@@ -47,8 +47,8 @@ trybuild = { version = "1.0.108", features = ["diff"] }
4747
4848# Disallow incompatible version appearing in the same lockfile.
4949[target .'cfg(any())' .build-dependencies ]
50- cxx-build = { version = " =1.0.186 " , path = " gen/build" }
51- cxxbridge-cmd = { version = " =1.0.186 " , path = " gen/cmd" }
50+ cxx-build = { version = " =1.0.187 " , path = " gen/build" }
51+ cxxbridge-cmd = { version = " =1.0.187 " , path = " gen/cmd" }
5252
5353[workspace ]
5454members = [" demo" , " flags" , " gen/build" , " gen/cmd" , " gen/lib" , " macro" , " tests/ffi" ]
0 commit comments