aboutsummaryrefslogtreecommitdiff
path: root/gen
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2023-12-31 16:32:33 -0800
committerDavid Tolnay <dtolnay@gmail.com>2023-12-31 16:32:33 -0800
commit5ae629804a1c2c4b9e7789c0a7f0464bae718977 (patch)
tree2bb96b78ff08e0f1ae27b9ade2cfe55430cbe77b /gen
parent9e7e7294a81519208dd35014d3f259c98e44f333 (diff)
downloadcxx-5ae629804a1c2c4b9e7789c0a7f0464bae718977.tar.gz
Release 1.0.112
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 f1da170d..a2465826 100644
--- a/gen/build/Cargo.toml
+++ b/gen/build/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxx-build"
-version = "1.0.111"
+version = "1.0.112"
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 42aa7f18..c5128925 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.111")]
+#![doc(html_root_url = "https://docs.rs/cxx-build/1.0.112")]
#![allow(
clippy::cast_sign_loss,
clippy::default_trait_access,
diff --git a/gen/cmd/Cargo.toml b/gen/cmd/Cargo.toml
index 8c12c05c..00c3f59a 100644
--- a/gen/cmd/Cargo.toml
+++ b/gen/cmd/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxxbridge-cmd"
-version = "1.0.111"
+version = "1.0.112"
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 433ca4aa..fb5e01b6 100644
--- a/gen/lib/Cargo.toml
+++ b/gen/lib/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxx-gen"
-version = "0.7.111"
+version = "0.7.112"
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 261b77a0..df04dff7 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.111")]
+#![doc(html_root_url = "https://docs.rs/cxx-gen/0.7.112")]
#![deny(missing_docs)]
#![allow(dead_code)]
#![allow(