Release 1.0.23
diff --git a/Cargo.toml b/Cargo.toml
index 44e9b14..3d50353 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "cxx"
-version = "1.0.22" # remember to update html_root_url
+version = "1.0.23" # remember to update html_root_url
 authors = ["David Tolnay <dtolnay@gmail.com>"]
 edition = "2018"
 links = "cxxbridge1"
@@ -21,15 +21,15 @@
 "c++20" = ["cxxbridge-flags/c++20"]
 
 [dependencies]
-cxxbridge-macro = { version = "=1.0.22", path = "macro" }
+cxxbridge-macro = { version = "=1.0.23", path = "macro" }
 link-cplusplus = "1.0"
 
 [build-dependencies]
 cc = "1.0.49"
-cxxbridge-flags = { version = "=1.0.22", path = "flags", default-features = false }
+cxxbridge-flags = { version = "=1.0.23", path = "flags", default-features = false }
 
 [dev-dependencies]
-cxx-build = { version = "=1.0.22", path = "gen/build" }
+cxx-build = { version = "=1.0.23", 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 658e42a..4e84fcb 100644
--- a/flags/Cargo.toml
+++ b/flags/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "cxxbridge-flags"
-version = "1.0.22"
+version = "1.0.23"
 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 1fc38fc..2c9817f 100644
--- a/gen/build/Cargo.toml
+++ b/gen/build/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "cxx-build"
-version = "1.0.22"
+version = "1.0.23"
 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 a0ce73c..dd0b897 100644
--- a/gen/cmd/Cargo.toml
+++ b/gen/cmd/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "cxxbridge-cmd"
-version = "1.0.22"
+version = "1.0.23"
 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 22fdcfb..bf883b2 100644
--- a/gen/lib/Cargo.toml
+++ b/gen/lib/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "cxx-gen"
-version = "0.7.22"
+version = "0.7.23"
 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 0edd8c6..eac2a71 100644
--- a/macro/Cargo.toml
+++ b/macro/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "cxxbridge-macro"
-version = "1.0.22"
+version = "1.0.23"
 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 76453ea..d7cead0 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -363,7 +363,7 @@
 //! </table>
 
 #![no_std]
-#![doc(html_root_url = "https://docs.rs/cxx/1.0.22")]
+#![doc(html_root_url = "https://docs.rs/cxx/1.0.23")]
 #![deny(improper_ctypes)]
 #![allow(non_camel_case_types)]
 #![allow(
diff --git a/third-party/Cargo.lock b/third-party/Cargo.lock
index f918cb1..2e393f8 100644
--- a/third-party/Cargo.lock
+++ b/third-party/Cargo.lock
@@ -59,7 +59,7 @@
 
 [[package]]
 name = "cxx"
-version = "1.0.22"
+version = "1.0.23"
 dependencies = [
  "cc",
  "cxx-build",
@@ -74,7 +74,7 @@
 
 [[package]]
 name = "cxx-build"
-version = "1.0.22"
+version = "1.0.23"
 dependencies = [
  "cc",
  "codespan-reporting",
@@ -89,7 +89,7 @@
 
 [[package]]
 name = "cxx-gen"
-version = "0.7.22"
+version = "0.7.23"
 dependencies = [
  "cc",
  "codespan-reporting",
@@ -109,7 +109,7 @@
 
 [[package]]
 name = "cxxbridge-cmd"
-version = "1.0.22"
+version = "1.0.23"
 dependencies = [
  "clap",
  "codespan-reporting",
@@ -120,11 +120,11 @@
 
 [[package]]
 name = "cxxbridge-flags"
-version = "1.0.22"
+version = "1.0.23"
 
 [[package]]
 name = "cxxbridge-macro"
-version = "1.0.22"
+version = "1.0.23"
 dependencies = [
  "cxx",
  "proc-macro2",