aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2023-07-06 11:41:18 -0700
committerDavid Tolnay <dtolnay@gmail.com>2023-07-06 11:41:18 -0700
commit22d0e8c4b835149a8d906e2cd6b43420577cae66 (patch)
tree25a20166f53894f549071f477d0f4d3d9958be3b /src
parent2fe27e13b35e54192b492299c7753b122752d767 (diff)
downloadcxx-22d0e8c4b835149a8d906e2cd6b43420577cae66.tar.gz
Release 1.0.99
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 280d07bd..1ee368b5 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.98")]
+#![doc(html_root_url = "https://docs.rs/cxx/1.0.99")]
#![deny(
improper_ctypes,
improper_ctypes_definitions,