diff --git a/Cargo.toml b/Cargo.toml index 800b6cceb..0414c727b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cxx" -version = "1.0.53" # remember to update html_root_url +version = "1.0.54" # remember to update html_root_url authors = ["David Tolnay "] edition = "2018" links = "cxxbridge1" @@ -21,15 +21,15 @@ default = ["cxxbridge-flags/default"] # c++11 "c++20" = ["cxxbridge-flags/c++20"] [dependencies] -cxxbridge-macro = { version = "=1.0.53", path = "macro" } +cxxbridge-macro = { version = "=1.0.54", path = "macro" } link-cplusplus = "1.0" [build-dependencies] cc = "1.0.49" -cxxbridge-flags = { version = "=1.0.53", path = "flags", default-features = false } +cxxbridge-flags = { version = "=1.0.54", path = "flags", default-features = false } [dev-dependencies] -cxx-build = { version = "=1.0.53", path = "gen/build" } +cxx-build = { version = "=1.0.54", path = "gen/build" } cxx-gen = { version = "0.7", path = "gen/lib" } cxx-test-suite = { version = "0", path = "tests/ffi" } rustversion = "1.0" diff --git a/flags/Cargo.toml b/flags/Cargo.toml index ad0d05dc9..baf1157a8 100644 --- a/flags/Cargo.toml +++ b/flags/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cxxbridge-flags" -version = "1.0.53" +version = "1.0.54" authors = ["David Tolnay "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/gen/build/Cargo.toml b/gen/build/Cargo.toml index 1f824e702..393fc1cee 100644 --- a/gen/build/Cargo.toml +++ b/gen/build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cxx-build" -version = "1.0.53" +version = "1.0.54" authors = ["David Tolnay "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/gen/cmd/Cargo.toml b/gen/cmd/Cargo.toml index 8c489c3d3..4b3a299fc 100644 --- a/gen/cmd/Cargo.toml +++ b/gen/cmd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cxxbridge-cmd" -version = "1.0.53" +version = "1.0.54" authors = ["David Tolnay "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/gen/lib/Cargo.toml b/gen/lib/Cargo.toml index f74d5635c..37d816878 100644 --- a/gen/lib/Cargo.toml +++ b/gen/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cxx-gen" -version = "0.7.53" +version = "0.7.54" authors = ["Adrian Taylor "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/macro/Cargo.toml b/macro/Cargo.toml index f2c749af6..65f15c3af 100644 --- a/macro/Cargo.toml +++ b/macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cxxbridge-macro" -version = "1.0.53" +version = "1.0.54" authors = ["David Tolnay "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/src/lib.rs b/src/lib.rs index 37f203d57..9880e7119 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -364,7 +364,7 @@ //! #![no_std] -#![doc(html_root_url = "https://docs.rs/cxx/1.0.53")] +#![doc(html_root_url = "https://docs.rs/cxx/1.0.54")] #![deny(improper_ctypes, improper_ctypes_definitions, missing_docs)] #![cfg_attr(not(no_unsafe_op_in_unsafe_fn_lint), deny(unsafe_op_in_unsafe_fn))] #![cfg_attr(no_unsafe_op_in_unsafe_fn_lint, allow(unused_unsafe))] diff --git a/third-party/Cargo.lock b/third-party/Cargo.lock index 8a3fa5408..0a3d543d2 100644 --- a/third-party/Cargo.lock +++ b/third-party/Cargo.lock @@ -100,7 +100,7 @@ dependencies = [ [[package]] name = "cxx" -version = "1.0.53" +version = "1.0.54" dependencies = [ "cc", "cxx-build", @@ -115,7 +115,7 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.53" +version = "1.0.54" dependencies = [ "cc", "codespan-reporting", @@ -130,7 +130,7 @@ dependencies = [ [[package]] name = "cxx-gen" -version = "0.7.53" +version = "0.7.54" dependencies = [ "cc", "codespan-reporting", @@ -150,7 +150,7 @@ dependencies = [ [[package]] name = "cxxbridge-cmd" -version = "1.0.53" +version = "1.0.54" dependencies = [ "clap", "codespan-reporting", @@ -161,11 +161,11 @@ dependencies = [ [[package]] name = "cxxbridge-flags" -version = "1.0.53" +version = "1.0.54" [[package]] name = "cxxbridge-macro" -version = "1.0.53" +version = "1.0.54" dependencies = [ "clang-ast", "cxx",