aboutsummaryrefslogtreecommitdiff
path: root/gen
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2024-01-01 22:37:48 -0800
committerDavid Tolnay <dtolnay@gmail.com>2024-01-01 22:37:48 -0800
commit2dc00a4e2dc7b6e9767924115d7ec02afc3c3f23 (patch)
treee825b48bde20ab2ae75c9f2a4c03a61abb5d2790 /gen
parent71dcb59e6fe094ad0ef47f79cd49f5ce1e4ac777 (diff)
downloadcxx-2dc00a4e2dc7b6e9767924115d7ec02afc3c3f23.tar.gz
Release 1.0.113
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 384eddd1..a674e240 100644
--- a/gen/build/Cargo.toml
+++ b/gen/build/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxx-build"
-version = "1.0.112"
+version = "1.0.113"
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 c5128925..21beb2fe 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.112")]
+#![doc(html_root_url = "https://docs.rs/cxx-build/1.0.113")]
#![allow(
clippy::cast_sign_loss,
clippy::default_trait_access,
diff --git a/gen/cmd/Cargo.toml b/gen/cmd/Cargo.toml
index e63c082a..324c89e9 100644
--- a/gen/cmd/Cargo.toml
+++ b/gen/cmd/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxxbridge-cmd"
-version = "1.0.112"
+version = "1.0.113"
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 96488297..324ce625 100644
--- a/gen/lib/Cargo.toml
+++ b/gen/lib/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxx-gen"
-version = "0.7.112"
+version = "0.7.113"
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 df04dff7..976ac371 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.112")]
+#![doc(html_root_url = "https://docs.rs/cxx-gen/0.7.113")]
#![deny(missing_docs)]
#![allow(dead_code)]
#![allow(