aboutsummaryrefslogtreecommitdiff
path: root/gen
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2023-08-29 16:17:48 -0700
committerDavid Tolnay <dtolnay@gmail.com>2023-08-29 16:17:48 -0700
commit51ded1be5e27c2c1eac145064af3ccc41ea056bf (patch)
treedef1568c5934500354da15922b197a824dcd2548 /gen
parentbf536be7d928ff5156e9d2b5d913c163dbcca4e3 (diff)
downloadcxx-51ded1be5e27c2c1eac145064af3ccc41ea056bf.tar.gz
Release 1.0.107
Diffstat (limited to 'gen')
-rw-r--r--gen/build/Cargo.toml2
-rw-r--r--gen/build/src/lib.rs2
-rw-r--r--gen/cmd/Cargo.toml2
-rw-r--r--gen/lib/Cargo.toml2
-rw-r--r--gen/lib/src/lib.rs2
5 files changed, 5 insertions, 5 deletions
diff --git a/gen/build/Cargo.toml b/gen/build/Cargo.toml
index c660816d..a030845a 100644
--- a/gen/build/Cargo.toml
+++ b/gen/build/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxx-build"
-version = "1.0.106"
+version = "1.0.107"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["development-tools::build-utils", "development-tools::ffi"]
description = "C++ code generator for integrating `cxx` crate into a Cargo build."
diff --git a/gen/build/src/lib.rs b/gen/build/src/lib.rs
index 3b5e7c6a..c902522c 100644
--- a/gen/build/src/lib.rs
+++ b/gen/build/src/lib.rs
@@ -45,7 +45,7 @@
//! $ cxxbridge src/main.rs > path/to/mybridge.cc
//! ```
-#![doc(html_root_url = "https://docs.rs/cxx-build/1.0.106")]
+#![doc(html_root_url = "https://docs.rs/cxx-build/1.0.107")]
#![allow(
clippy::cast_sign_loss,
clippy::default_trait_access,
diff --git a/gen/cmd/Cargo.toml b/gen/cmd/Cargo.toml
index 8ab61a18..6d7604b2 100644
--- a/gen/cmd/Cargo.toml
+++ b/gen/cmd/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxxbridge-cmd"
-version = "1.0.106"
+version = "1.0.107"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["development-tools::build-utils", "development-tools::ffi"]
description = "C++ code generator for integrating `cxx` crate into a non-Cargo build."
diff --git a/gen/lib/Cargo.toml b/gen/lib/Cargo.toml
index 9860a653..9188fe40 100644
--- a/gen/lib/Cargo.toml
+++ b/gen/lib/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxx-gen"
-version = "0.7.106"
+version = "0.7.107"
authors = ["Adrian Taylor <adetaylor@chromium.org>"]
categories = ["development-tools::ffi"]
description = "C++ code generator for integrating `cxx` crate into higher level tools."
diff --git a/gen/lib/src/lib.rs b/gen/lib/src/lib.rs
index 3ea7a1fd..2979e4c8 100644
--- a/gen/lib/src/lib.rs
+++ b/gen/lib/src/lib.rs
@@ -7,7 +7,7 @@
//! [dtolnay/cxx#235]: https://github.com/dtolnay/cxx/issues/235
//! [https://github.com/google/autocxx]: https://github.com/google/autocxx
-#![doc(html_root_url = "https://docs.rs/cxx-gen/0.7.106")]
+#![doc(html_root_url = "https://docs.rs/cxx-gen/0.7.107")]
#![deny(missing_docs)]
#![allow(dead_code)]
#![allow(