File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " cxx"
3- version = " 1.0.92 " # remember to update html_root_url
3+ version = " 1.0.93 " # remember to update html_root_url
44authors = [" David Tolnay <dtolnay@gmail.com>" ]
55categories = [" development-tools::ffi" , " api-bindings" , " no-std" ]
66description = " Safe interop between Rust and C++"
@@ -23,15 +23,15 @@ alloc = []
2323std = [" alloc" ]
2424
2525[dependencies ]
26- cxxbridge-macro = { version = " =1.0.92 " , path = " macro" }
26+ cxxbridge-macro = { version = " =1.0.93 " , path = " macro" }
2727link-cplusplus = " 1.0"
2828
2929[build-dependencies ]
3030cc = " 1.0.49"
31- cxxbridge-flags = { version = " =1.0.92 " , path = " flags" , default-features = false }
31+ cxxbridge-flags = { version = " =1.0.93 " , path = " flags" , default-features = false }
3232
3333[dev-dependencies ]
34- cxx-build = { version = " =1.0.92 " , path = " gen/build" }
34+ cxx-build = { version = " =1.0.93 " , path = " gen/build" }
3535cxx-gen = { version = " 0.7" , path = " gen/lib" }
3636cxx-test-suite = { version = " 0" , path = " tests/ffi" }
3737rustversion = " 1.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " cxxbridge-flags"
3- version = " 1.0.92 "
3+ version = " 1.0.93 "
44authors = [" David Tolnay <dtolnay@gmail.com>" ]
55categories = [" development-tools::ffi" , " compilers" ]
66description = " Compiler configuration of the `cxx` crate (implementation detail)"
Original file line number Diff line number Diff line change 11[package ]
22name = " cxx-build"
3- version = " 1.0.92 "
3+ version = " 1.0.93 "
44authors = [" David Tolnay <dtolnay@gmail.com>" ]
55categories = [" development-tools::build-utils" , " development-tools::ffi" ]
66description = " C++ code generator for integrating `cxx` crate into a Cargo build."
Original file line number Diff line number Diff line change 4545//! $ cxxbridge src/main.rs > path/to/mybridge.cc
4646//! ```
4747
48- #![ doc( html_root_url = "https://docs.rs/cxx-build/1.0.92 " ) ]
48+ #![ doc( html_root_url = "https://docs.rs/cxx-build/1.0.93 " ) ]
4949#![ allow(
5050 clippy:: cast_sign_loss,
5151 clippy:: default_trait_access,
Original file line number Diff line number Diff line change 11[package ]
22name = " cxxbridge-cmd"
3- version = " 1.0.92 "
3+ version = " 1.0.93 "
44authors = [" David Tolnay <dtolnay@gmail.com>" ]
55categories = [" development-tools::build-utils" , " development-tools::ffi" ]
66description = " C++ code generator for integrating `cxx` crate into a non-Cargo build."
Original file line number Diff line number Diff line change 11[package ]
22name = " cxx-gen"
3- version = " 0.7.92 "
3+ version = " 0.7.93 "
44authors = [" Adrian Taylor <adetaylor@chromium.org>" ]
55categories = [" development-tools::ffi" ]
66description = " C++ code generator for integrating `cxx` crate into higher level tools."
Original file line number Diff line number Diff line change 77//! [dtolnay/cxx#235]: https://github.com/dtolnay/cxx/issues/235
88//! [https://github.com/google/autocxx]: https://github.com/google/autocxx
99
10- #![ doc( html_root_url = "https://docs.rs/cxx-gen/0.7.92 " ) ]
10+ #![ doc( html_root_url = "https://docs.rs/cxx-gen/0.7.93 " ) ]
1111#![ deny( missing_docs) ]
1212#![ allow( dead_code) ]
1313#![ allow(
Original file line number Diff line number Diff line change 11[package ]
22name = " cxxbridge-macro"
3- version = " 1.0.92 "
3+ version = " 1.0.93 "
44authors = [" David Tolnay <dtolnay@gmail.com>" ]
55categories = [" development-tools::ffi" ]
66description = " Implementation detail of the `cxx` crate."
Original file line number Diff line number Diff line change 364364//! </table>
365365
366366#![ no_std]
367- #![ doc( html_root_url = "https://docs.rs/cxx/1.0.92 " ) ]
367+ #![ doc( html_root_url = "https://docs.rs/cxx/1.0.93 " ) ]
368368#![ deny(
369369 improper_ctypes,
370370 improper_ctypes_definitions,
You can’t perform that action at this time.
0 commit comments