11[package ]
22name = " cxx"
3- version = " 1.0.162 "
3+ version = " 1.0.163 "
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.162 " , path = " macro" }
26+ cxxbridge-macro = { version = " =1.0.163 " , 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.162 " , path = " flags" , default-features = false }
32+ cxxbridge-flags = { version = " =1.0.163 " , path = " flags" , default-features = false }
3333
3434[dev-dependencies ]
3535cc = " 1.0.83"
36- cxx-build = { version = " =1.0.162 " , path = " gen/build" }
36+ cxx-build = { version = " =1.0.163 " , path = " gen/build" }
3737cxx-gen = { version = " 0.7" , path = " gen/lib" }
3838cxx-test-suite = { version = " 0" , path = " tests/ffi" }
3939indoc = " 2"
@@ -46,7 +46,7 @@ trybuild = { version = "1.0.81", features = ["diff"] }
4646
4747# Disallow incompatible cxxbridge-cmd version appearing in the same lockfile.
4848[target .'cfg(any())' .build-dependencies ]
49- cxxbridge-cmd = { version = " =1.0.162 " , path = " gen/cmd" }
49+ cxxbridge-cmd = { version = " =1.0.163 " , path = " gen/cmd" }
5050
5151[workspace ]
5252members = [" demo" , " flags" , " gen/build" , " gen/cmd" , " gen/lib" , " macro" , " tests/ffi" ]
0 commit comments