Release 1.0.60
diff --git a/Cargo.toml b/Cargo.toml
index 888e825..423851a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "cxx"
-version = "1.0.59" # remember to update html_root_url
+version = "1.0.60" # remember to update html_root_url
 authors = ["David Tolnay <dtolnay@gmail.com>"]
 edition = "2018"
 rust-version = "1.48"
@@ -24,15 +24,15 @@
 std = ["alloc"]
 
 [dependencies]
-cxxbridge-macro = { version = "=1.0.59", path = "macro" }
+cxxbridge-macro = { version = "=1.0.60", path = "macro" }
 link-cplusplus = "1.0"
 
 [build-dependencies]
 cc = "1.0.49"
-cxxbridge-flags = { version = "=1.0.59", path = "flags", default-features = false }
+cxxbridge-flags = { version = "=1.0.60", path = "flags", default-features = false }
 
 [dev-dependencies]
-cxx-build = { version = "=1.0.59", path = "gen/build" }
+cxx-build = { version = "=1.0.60", 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 2e1d9e2..648df43 100644
--- a/flags/Cargo.toml
+++ b/flags/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "cxxbridge-flags"
-version = "1.0.59"
+version = "1.0.60"
 authors = ["David Tolnay <dtolnay@gmail.com>"]
 edition = "2018"
 rust-version = "1.48"
diff --git a/gen/build/Cargo.toml b/gen/build/Cargo.toml
index 2868e1c..78e015e 100644
--- a/gen/build/Cargo.toml
+++ b/gen/build/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "cxx-build"
-version = "1.0.59"
+version = "1.0.60"
 authors = ["David Tolnay <dtolnay@gmail.com>"]
 edition = "2018"
 rust-version = "1.48"
diff --git a/gen/cmd/Cargo.toml b/gen/cmd/Cargo.toml
index ac75b69..382098c 100644
--- a/gen/cmd/Cargo.toml
+++ b/gen/cmd/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "cxxbridge-cmd"
-version = "1.0.59"
+version = "1.0.60"
 authors = ["David Tolnay <dtolnay@gmail.com>"]
 edition = "2018"
 rust-version = "1.48"
diff --git a/gen/lib/Cargo.toml b/gen/lib/Cargo.toml
index 82175c3..0b8e0fb 100644
--- a/gen/lib/Cargo.toml
+++ b/gen/lib/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "cxx-gen"
-version = "0.7.59"
+version = "0.7.60"
 authors = ["Adrian Taylor <adetaylor@chromium.org>"]
 edition = "2018"
 rust-version = "1.48"
diff --git a/macro/Cargo.toml b/macro/Cargo.toml
index b6ce3f8..b9b3b0e 100644
--- a/macro/Cargo.toml
+++ b/macro/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "cxxbridge-macro"
-version = "1.0.59"
+version = "1.0.60"
 authors = ["David Tolnay <dtolnay@gmail.com>"]
 edition = "2018"
 rust-version = "1.48"
diff --git a/src/lib.rs b/src/lib.rs
index 370b976..320ac08 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.59")]
+#![doc(html_root_url = "https://docs.rs/cxx/1.0.60")]
 #![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 bdf70fa..4f9e2c2 100644
--- a/third-party/Cargo.lock
+++ b/third-party/Cargo.lock
@@ -100,7 +100,7 @@
 
 [[package]]
 name = "cxx"
-version = "1.0.59"
+version = "1.0.60"
 dependencies = [
  "cc",
  "cxx-build",
@@ -115,7 +115,7 @@
 
 [[package]]
 name = "cxx-build"
-version = "1.0.59"
+version = "1.0.60"
 dependencies = [
  "cc",
  "codespan-reporting",
@@ -130,7 +130,7 @@
 
 [[package]]
 name = "cxx-gen"
-version = "0.7.59"
+version = "0.7.60"
 dependencies = [
  "codespan-reporting",
  "proc-macro2",
@@ -149,7 +149,7 @@
 
 [[package]]
 name = "cxxbridge-cmd"
-version = "1.0.59"
+version = "1.0.60"
 dependencies = [
  "clap",
  "codespan-reporting",
@@ -160,11 +160,11 @@
 
 [[package]]
 name = "cxxbridge-flags"
-version = "1.0.59"
+version = "1.0.60"
 
 [[package]]
 name = "cxxbridge-macro"
-version = "1.0.59"
+version = "1.0.60"
 dependencies = [
  "clang-ast",
  "cxx",