aboutsummaryrefslogtreecommitdiff
path: root/gen
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2024-01-05 19:04:05 -0800
committerDavid Tolnay <dtolnay@gmail.com>2024-01-05 19:09:11 -0800
commit5ceca34a2804552c93c5d7779635bc25af232052 (patch)
treeb51850c916a1490dd32e4ae59247b005edeba842 /gen
parent24c540f1b0f7edb81bf17cf088cc392bf64476ac (diff)
downloadcxx-5ceca34a2804552c93c5d7779635bc25af232052.tar.gz
Release 1.0.115
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 89177ae7..3692feb0 100644
--- a/gen/build/Cargo.toml
+++ b/gen/build/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxx-build"
-version = "1.0.114"
+version = "1.0.115"
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 ea791f15..4809c13f 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.114")]
+#![doc(html_root_url = "https://docs.rs/cxx-build/1.0.115")]
#![allow(
clippy::cast_sign_loss,
clippy::default_trait_access,
diff --git a/gen/cmd/Cargo.toml b/gen/cmd/Cargo.toml
index 027c47cb..8924a9a9 100644
--- a/gen/cmd/Cargo.toml
+++ b/gen/cmd/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxxbridge-cmd"
-version = "1.0.114"
+version = "1.0.115"
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 2be86c3e..fd77bc4b 100644
--- a/gen/lib/Cargo.toml
+++ b/gen/lib/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxx-gen"
-version = "0.7.114"
+version = "0.7.115"
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 3f58eaae..a753ab72 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.114")]
+#![doc(html_root_url = "https://docs.rs/cxx-gen/0.7.115")]
#![deny(missing_docs)]
#![allow(dead_code)]
#![allow(