From 5d50b94280b4266bafb335415464fb744e337f53 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 17 Jun 2022 23:56:34 -0700 Subject: [PATCH] Release 1.0.69 --- Cargo.toml | 8 ++++---- flags/Cargo.toml | 2 +- gen/build/Cargo.toml | 2 +- gen/cmd/Cargo.toml | 2 +- gen/lib/Cargo.toml | 2 +- macro/Cargo.toml | 2 +- src/lib.rs | 2 +- third-party/Cargo.lock | 12 ++++++------ 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f7b08d8d..e0143a64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cxx" -version = "1.0.68" # remember to update html_root_url +version = "1.0.69" # remember to update html_root_url authors = ["David Tolnay "] edition = "2018" rust-version = "1.48" @@ -24,15 +24,15 @@ alloc = [] std = ["alloc"] [dependencies] -cxxbridge-macro = { version = "=1.0.68", path = "macro" } +cxxbridge-macro = { version = "=1.0.69", path = "macro" } link-cplusplus = "1.0" [build-dependencies] cc = "1.0.49" -cxxbridge-flags = { version = "=1.0.68", path = "flags", default-features = false } +cxxbridge-flags = { version = "=1.0.69", path = "flags", default-features = false } [dev-dependencies] -cxx-build = { version = "=1.0.68", path = "gen/build" } +cxx-build = { version = "=1.0.69", 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 2d1cce31..78f69919 100644 --- a/flags/Cargo.toml +++ b/flags/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cxxbridge-flags" -version = "1.0.68" +version = "1.0.69" authors = ["David Tolnay "] edition = "2018" rust-version = "1.48" diff --git a/gen/build/Cargo.toml b/gen/build/Cargo.toml index 80aa8392..ca1df935 100644 --- a/gen/build/Cargo.toml +++ b/gen/build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cxx-build" -version = "1.0.68" +version = "1.0.69" authors = ["David Tolnay "] edition = "2018" rust-version = "1.48" diff --git a/gen/cmd/Cargo.toml b/gen/cmd/Cargo.toml index c3e42f97..ad52c240 100644 --- a/gen/cmd/Cargo.toml +++ b/gen/cmd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cxxbridge-cmd" -version = "1.0.68" +version = "1.0.69" authors = ["David Tolnay "] edition = "2018" rust-version = "1.56" diff --git a/gen/lib/Cargo.toml b/gen/lib/Cargo.toml index 038e4c7a..bcc22cc1 100644 --- a/gen/lib/Cargo.toml +++ b/gen/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cxx-gen" -version = "0.7.68" +version = "0.7.69" authors = ["Adrian Taylor "] edition = "2018" rust-version = "1.48" diff --git a/macro/Cargo.toml b/macro/Cargo.toml index f459cc5a..8e0ebc1b 100644 --- a/macro/Cargo.toml +++ b/macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cxxbridge-macro" -version = "1.0.68" +version = "1.0.69" authors = ["David Tolnay "] edition = "2018" rust-version = "1.48" diff --git a/src/lib.rs b/src/lib.rs index 577d1316..2b6b82c8 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.68")] +#![doc(html_root_url = "https://docs.rs/cxx/1.0.69")] #![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 53ca87ce..40cc8819 100644 --- a/third-party/Cargo.lock +++ b/third-party/Cargo.lock @@ -87,7 +87,7 @@ dependencies = [ [[package]] name = "cxx" -version = "1.0.68" +version = "1.0.69" dependencies = [ "cc", "cxx-build", @@ -102,7 +102,7 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.68" +version = "1.0.69" dependencies = [ "cc", "codespan-reporting", @@ -117,7 +117,7 @@ dependencies = [ [[package]] name = "cxx-gen" -version = "0.7.68" +version = "0.7.69" dependencies = [ "codespan-reporting", "proc-macro2", @@ -136,7 +136,7 @@ dependencies = [ [[package]] name = "cxxbridge-cmd" -version = "1.0.68" +version = "1.0.69" dependencies = [ "clap", "codespan-reporting", @@ -147,11 +147,11 @@ dependencies = [ [[package]] name = "cxxbridge-flags" -version = "1.0.68" +version = "1.0.69" [[package]] name = "cxxbridge-macro" -version = "1.0.68" +version = "1.0.69" dependencies = [ "clang-ast", "cxx",