aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2021-03-27 02:15:40 -0400
committerDavid Tolnay <dtolnay@gmail.com>2021-03-27 02:15:40 -0400
commit63ad1c409617f6077bef3f01ebd80fb1b64622ed (patch)
tree9bea13b693036eabe29d21717b6c7b71370acade
parentb1efdae73dd5a2164673e5c4e978074d201aee1b (diff)
downloadcxx-63ad1c409617f6077bef3f01ebd80fb1b64622ed.tar.gz
Release 1.0.39
-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 de83efbf..2ce810c8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxx"
-version = "1.0.38" # remember to update html_root_url
+version = "1.0.39" # remember to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
links = "cxxbridge1"
@@ -21,15 +21,15 @@ default = ["cxxbridge-flags/default"] # c++11
"c++20" = ["cxxbridge-flags/c++20"]
[dependencies]
-cxxbridge-macro = { version = "=1.0.38", path = "macro" }
+cxxbridge-macro = { version = "=1.0.39", path = "macro" }
link-cplusplus = "1.0"
[build-dependencies]
cc = "1.0.49"
-cxxbridge-flags = { version = "=1.0.38", path = "flags", default-features = false }
+cxxbridge-flags = { version = "=1.0.39", path = "flags", default-features = false }
[dev-dependencies]
-cxx-build = { version = "=1.0.38", path = "gen/build" }
+cxx-build = { version = "=1.0.39", 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 4fcf7e5c..edb4fa53 100644
--- a/flags/Cargo.toml
+++ b/flags/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxxbridge-flags"
-version = "1.0.38"
+version = "1.0.39"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
diff --git a/gen/build/Cargo.toml b/gen/build/Cargo.toml
index 16379178..5584c555 100644
--- a/gen/build/Cargo.toml
+++ b/gen/build/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxx-build"
-version = "1.0.38"
+version = "1.0.39"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
diff --git a/gen/cmd/Cargo.toml b/gen/cmd/Cargo.toml
index 88dc0227..b134a112 100644
--- a/gen/cmd/Cargo.toml
+++ b/gen/cmd/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxxbridge-cmd"
-version = "1.0.38"
+version = "1.0.39"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
diff --git a/gen/lib/Cargo.toml b/gen/lib/Cargo.toml
index 27dec3ff..4032f806 100644
--- a/gen/lib/Cargo.toml
+++ b/gen/lib/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxx-gen"
-version = "0.7.38"
+version = "0.7.39"
authors = ["Adrian Taylor <adetaylor@chromium.org>"]
edition = "2018"
license = "MIT OR Apache-2.0"
diff --git a/macro/Cargo.toml b/macro/Cargo.toml
index aa57ce87..09521c10 100644
--- a/macro/Cargo.toml
+++ b/macro/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxxbridge-macro"
-version = "1.0.38"
+version = "1.0.39"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
diff --git a/src/lib.rs b/src/lib.rs
index 06f2ce85..3ee80ed0 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.38")]
+#![doc(html_root_url = "https://docs.rs/cxx/1.0.39")]
#![deny(improper_ctypes)]
#![allow(non_camel_case_types)]
#![allow(
diff --git a/third-party/Cargo.lock b/third-party/Cargo.lock
index b137d057..56a15bfd 100644
--- a/third-party/Cargo.lock
+++ b/third-party/Cargo.lock
@@ -64,7 +64,7 @@ dependencies = [
[[package]]
name = "cxx"
-version = "1.0.38"
+version = "1.0.39"
dependencies = [
"cc",
"cxx-build",
@@ -79,7 +79,7 @@ dependencies = [
[[package]]
name = "cxx-build"
-version = "1.0.38"
+version = "1.0.39"
dependencies = [
"cc",
"codespan-reporting",
@@ -94,7 +94,7 @@ dependencies = [
[[package]]
name = "cxx-gen"
-version = "0.7.38"
+version = "0.7.39"
dependencies = [
"cc",
"codespan-reporting",
@@ -114,7 +114,7 @@ dependencies = [
[[package]]
name = "cxxbridge-cmd"
-version = "1.0.38"
+version = "1.0.39"
dependencies = [
"clap",
"codespan-reporting",
@@ -125,11 +125,11 @@ dependencies = [
[[package]]
name = "cxxbridge-flags"
-version = "1.0.38"
+version = "1.0.39"
[[package]]
name = "cxxbridge-macro"
-version = "1.0.38"
+version = "1.0.39"
dependencies = [
"cxx",
"proc-macro2",