11[package ]
22name = " cxx"
3- version = " 1.0.149 "
3+ version = " 1.0.150 "
44authors = [
" David Tolnay <[email protected] >" ]
55categories = [" development-tools::ffi" , " api-bindings" , " no-std" ]
66description = " Safe interop between Rust and C++"
@@ -23,24 +23,24 @@ alloc = []
2323std = [" alloc" , " foldhash/std" ]
2424
2525[dependencies ]
26- cxxbridge-macro = { version = " =1.0.149 " , path = " macro" }
26+ cxxbridge-macro = { version = " =1.0.150 " , path = " macro" }
2727foldhash = { version = " 0.1" , default-features = false }
2828link-cplusplus = " 1.0.9"
2929
3030[build-dependencies ]
3131cc = " 1.0.83"
32- cxxbridge-flags = { version = " =1.0.149 " , path = " flags" , default-features = false }
32+ cxxbridge-flags = { version = " =1.0.150 " , path = " flags" , default-features = false }
3333
3434[dev-dependencies ]
35- cxx-build = { version = " =1.0.149 " , path = " gen/build" }
35+ cxx-build = { version = " =1.0.150 " , path = " gen/build" }
3636cxx-gen = { version = " 0.7" , path = " gen/lib" }
3737cxx-test-suite = { version = " 0" , path = " tests/ffi" }
3838rustversion = " 1.0.13"
3939trybuild = { version = " 1.0.81" , features = [" diff" ] }
4040
4141# Disallow incompatible cxxbridge-cmd version appearing in the same lockfile.
4242[target .'cfg(any())' .build-dependencies ]
43- cxxbridge-cmd = { version = " =1.0.149 " , path = " gen/cmd" }
43+ cxxbridge-cmd = { version = " =1.0.150 " , path = " gen/cmd" }
4444
4545[workspace ]
4646members = [" demo" , " flags" , " gen/build" , " gen/cmd" , " gen/lib" , " macro" , " tests/ffi" ]
0 commit comments