From 155d6772bc5bd35b1c754a72187e5d672b5c967b Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 6 Jul 2023 12:49:38 -0700 Subject: Release 1.0.100 --- gen/build/Cargo.toml | 2 +- gen/build/src/lib.rs | 2 +- gen/cmd/Cargo.toml | 2 +- gen/lib/Cargo.toml | 2 +- gen/lib/src/lib.rs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'gen') diff --git a/gen/build/Cargo.toml b/gen/build/Cargo.toml index ba62af9e..7742314f 100644 --- a/gen/build/Cargo.toml +++ b/gen/build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cxx-build" -version = "1.0.99" +version = "1.0.100" authors = ["David Tolnay "] 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 705a4557..59027a9a 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.99")] +#![doc(html_root_url = "https://docs.rs/cxx-build/1.0.100")] #![allow( clippy::cast_sign_loss, clippy::default_trait_access, diff --git a/gen/cmd/Cargo.toml b/gen/cmd/Cargo.toml index ec85e3c1..e0270e88 100644 --- a/gen/cmd/Cargo.toml +++ b/gen/cmd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cxxbridge-cmd" -version = "1.0.99" +version = "1.0.100" authors = ["David Tolnay "] 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 3e66af72..d9555ee0 100644 --- a/gen/lib/Cargo.toml +++ b/gen/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cxx-gen" -version = "0.7.99" +version = "0.7.100" authors = ["Adrian Taylor "] 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 203a8010..26390ba2 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.99")] +#![doc(html_root_url = "https://docs.rs/cxx-gen/0.7.100")] #![deny(missing_docs)] #![allow(dead_code)] #![allow( -- cgit v1.2.3