aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2022-10-21 09:33:41 -0700
committerDavid Tolnay <dtolnay@gmail.com>2022-10-21 09:33:41 -0700
commitc7060d40361c4d955fc64adf35f67b28b5c75299 (patch)
treeeceb607d2e76d8b7b83c8147a3d79c9ba7158efe
parent5e1511ed8a44928413b4ddb10b8a71ebebc9afb5 (diff)
downloadcxx-c7060d40361c4d955fc64adf35f67b28b5c75299.tar.gz
Release 1.0.80
-rw-r--r--Cargo.toml8
-rw-r--r--flags/Cargo.toml2
-rw-r--r--gen/build/Cargo.toml2
-rw-r--r--gen/cmd/Cargo.toml2
-rw-r--r--gen/lib/Cargo.toml2
-rw-r--r--macro/Cargo.toml2
-rw-r--r--src/lib.rs2
-rw-r--r--third-party/Cargo.lock12
8 files changed, 16 insertions, 16 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6a9fbacc..3f3dae2a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxx"
-version = "1.0.79" # remember to update html_root_url
+version = "1.0.80" # remember to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["development-tools::ffi", "api-bindings", "no-std"]
description = "Safe interop between Rust and C++"
@@ -23,15 +23,15 @@ alloc = []
std = ["alloc"]
[dependencies]
-cxxbridge-macro = { version = "=1.0.79", path = "macro" }
+cxxbridge-macro = { version = "=1.0.80", path = "macro" }
link-cplusplus = "1.0"
[build-dependencies]
cc = "1.0.49"
-cxxbridge-flags = { version = "=1.0.79", path = "flags", default-features = false }
+cxxbridge-flags = { version = "=1.0.80", path = "flags", default-features = false }
[dev-dependencies]
-cxx-build = { version = "=1.0.79", path = "gen/build" }
+cxx-build = { version = "=1.0.80", path = "gen/build" }
cxx-gen = { version = "0.7", path = "gen/lib" }
cxx-test-suite = { version = "0", path = "tests/ffi" }
rustversion = "1.0"
diff --git a/flags/Cargo.toml b/flags/Cargo.toml
index 4f47d791..321f2233 100644
--- a/flags/Cargo.toml
+++ b/flags/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxxbridge-flags"
-version = "1.0.79"
+version = "1.0.80"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["development-tools::ffi", "compilers"]
description = "Compiler configuration of the `cxx` crate (implementation detail)"
diff --git a/gen/build/Cargo.toml b/gen/build/Cargo.toml
index d80296f5..f7e66069 100644
--- a/gen/build/Cargo.toml
+++ b/gen/build/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxx-build"
-version = "1.0.79"
+version = "1.0.80"
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/cmd/Cargo.toml b/gen/cmd/Cargo.toml
index 368ca4e9..147dcf24 100644
--- a/gen/cmd/Cargo.toml
+++ b/gen/cmd/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxxbridge-cmd"
-version = "1.0.79"
+version = "1.0.80"
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 bee8a96f..4dd6ed68 100644
--- a/gen/lib/Cargo.toml
+++ b/gen/lib/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxx-gen"
-version = "0.7.79"
+version = "0.7.80"
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/macro/Cargo.toml b/macro/Cargo.toml
index 87f84ea2..204c05e6 100644
--- a/macro/Cargo.toml
+++ b/macro/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxxbridge-macro"
-version = "1.0.79"
+version = "1.0.80"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["development-tools::ffi"]
description = "Implementation detail of the `cxx` crate."
diff --git a/src/lib.rs b/src/lib.rs
index 9ad6fe14..bc71082b 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -364,7 +364,7 @@
//! </table>
#![no_std]
-#![doc(html_root_url = "https://docs.rs/cxx/1.0.79")]
+#![doc(html_root_url = "https://docs.rs/cxx/1.0.80")]
#![deny(improper_ctypes, improper_ctypes_definitions, missing_docs)]
#![cfg_attr(not(no_unsafe_op_in_unsafe_fn_lint), deny(unsafe_op_in_unsafe_fn))]
#![cfg_attr(no_unsafe_op_in_unsafe_fn_lint, allow(unused_unsafe))]
diff --git a/third-party/Cargo.lock b/third-party/Cargo.lock
index 4d13c143..30b32bdf 100644
--- a/third-party/Cargo.lock
+++ b/third-party/Cargo.lock
@@ -79,7 +79,7 @@ dependencies = [
[[package]]
name = "cxx"
-version = "1.0.79"
+version = "1.0.80"
dependencies = [
"cc",
"cxx-build",
@@ -94,7 +94,7 @@ dependencies = [
[[package]]
name = "cxx-build"
-version = "1.0.79"
+version = "1.0.80"
dependencies = [
"cc",
"codespan-reporting",
@@ -109,7 +109,7 @@ dependencies = [
[[package]]
name = "cxx-gen"
-version = "0.7.79"
+version = "0.7.80"
dependencies = [
"codespan-reporting",
"proc-macro2",
@@ -128,7 +128,7 @@ dependencies = [
[[package]]
name = "cxxbridge-cmd"
-version = "1.0.79"
+version = "1.0.80"
dependencies = [
"clap",
"codespan-reporting",
@@ -139,11 +139,11 @@ dependencies = [
[[package]]
name = "cxxbridge-flags"
-version = "1.0.79"
+version = "1.0.80"
[[package]]
name = "cxxbridge-macro"
-version = "1.0.79"
+version = "1.0.80"
dependencies = [
"clang-ast",
"cxx",