aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2023-01-26 20:48:38 -0800
committerDavid Tolnay <dtolnay@gmail.com>2023-01-26 20:48:38 -0800
commitf33abb9ca8112727c562f892808c17a6d558607e (patch)
tree8040645834553a14e158fd1a252128a9e3fc6f43 /src
parente5b79adc2c30628bb43bcced716f6fab1f4cf5cd (diff)
downloadcxx-f33abb9ca8112727c562f892808c17a6d558607e.tar.gz
Release 1.0.88
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index d9d4c9cb..bc23d5c3 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.87")]
+#![doc(html_root_url = "https://docs.rs/cxx/1.0.88")]
#![deny(
improper_ctypes,
improper_ctypes_definitions,