aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2023-06-14 17:09:04 -0700
committerDavid Tolnay <dtolnay@gmail.com>2023-06-14 17:09:04 -0700
commit76e8a2f55f1fe7e178387d5fe2b9f400fbd9ec83 (patch)
treee385ee7a713bc95704c622390d1815842fa33bd6 /src
parented1e22ec1801537cc0e2b9bbff61f7976170ad20 (diff)
downloadcxx-76e8a2f55f1fe7e178387d5fe2b9f400fbd9ec83.tar.gz
Release 1.0.96
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 63208d6e..eae5f5de 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.95")]
+#![doc(html_root_url = "https://docs.rs/cxx/1.0.96")]
#![deny(
improper_ctypes,
improper_ctypes_definitions,