Release 0.5.7
diff --git a/Cargo.toml b/Cargo.toml
index 3b922bb..7c869e4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxx"
-version = "0.5.6" # remember to update html_root_url
+version = "0.5.7" # remember to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
links = "cxxbridge05"
@@ -20,15 +20,15 @@
"c++20" = ["cxxbridge-flags/c++20"]
[dependencies]
-cxxbridge-macro = { version = "=0.5.6", path = "macro" }
+cxxbridge-macro = { version = "=0.5.7", path = "macro" }
link-cplusplus = "1.0"
[build-dependencies]
cc = "1.0.49"
-cxxbridge-flags = { version = "=0.5.6", path = "flags", default-features = false }
+cxxbridge-flags = { version = "=0.5.7", path = "flags", default-features = false }
[dev-dependencies]
-cxx-build = { version = "=0.5.6", path = "gen/build" }
+cxx-build = { version = "=0.5.7", path = "gen/build" }
cxx-gen = { version = "0.6", 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 9421f18..de74ed1 100644
--- a/flags/Cargo.toml
+++ b/flags/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxxbridge-flags"
-version = "0.5.6"
+version = "0.5.7"
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 a58d811..b694f9a 100644
--- a/gen/build/Cargo.toml
+++ b/gen/build/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxx-build"
-version = "0.5.6"
+version = "0.5.7"
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 24aecf4..fe09585 100644
--- a/gen/cmd/Cargo.toml
+++ b/gen/cmd/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxxbridge-cmd"
-version = "0.5.6"
+version = "0.5.7"
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 4ddde61..3a6988d 100644
--- a/gen/lib/Cargo.toml
+++ b/gen/lib/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxx-gen"
-version = "0.6.3"
+version = "0.6.4"
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 167c813..1a78458 100644
--- a/macro/Cargo.toml
+++ b/macro/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxxbridge-macro"
-version = "0.5.6"
+version = "0.5.7"
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 58a08ed..2265032 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -349,7 +349,7 @@
//! [https://github.com/dtolnay/cxx]: https://github.com/dtolnay/cxx
#![no_std]
-#![doc(html_root_url = "https://docs.rs/cxx/0.5.6")]
+#![doc(html_root_url = "https://docs.rs/cxx/0.5.7")]
#![deny(improper_ctypes)]
#![allow(non_camel_case_types)]
#![allow(
diff --git a/third-party/Cargo.lock b/third-party/Cargo.lock
index a41d71b..9750d48 100644
--- a/third-party/Cargo.lock
+++ b/third-party/Cargo.lock
@@ -59,7 +59,7 @@
[[package]]
name = "cxx"
-version = "0.5.6"
+version = "0.5.7"
dependencies = [
"cc",
"cxx-build",
@@ -74,7 +74,7 @@
[[package]]
name = "cxx-build"
-version = "0.5.6"
+version = "0.5.7"
dependencies = [
"cc",
"codespan-reporting",
@@ -89,7 +89,7 @@
[[package]]
name = "cxx-gen"
-version = "0.6.3"
+version = "0.6.4"
dependencies = [
"cc",
"codespan-reporting",
@@ -109,7 +109,7 @@
[[package]]
name = "cxxbridge-cmd"
-version = "0.5.6"
+version = "0.5.7"
dependencies = [
"clap",
"codespan-reporting",
@@ -120,11 +120,11 @@
[[package]]
name = "cxxbridge-flags"
-version = "0.5.6"
+version = "0.5.7"
[[package]]
name = "cxxbridge-macro"
-version = "0.5.6"
+version = "0.5.7"
dependencies = [
"cxx",
"proc-macro2",