aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2023-06-14 23:29:33 -0700
committerDavid Tolnay <dtolnay@gmail.com>2023-06-14 23:29:33 -0700
commitde800b8700f5d3ae4a66e6e02f9a39a1ed4157c0 (patch)
tree515fca57e0c241ba3cc7dad3cd6b23f3eb47c5e4 /src
parentde4bc6a8cd85efe6a5f02c0aab21a3e133599872 (diff)
downloadcxx-de800b8700f5d3ae4a66e6e02f9a39a1ed4157c0.tar.gz
Release 1.0.97
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 eae5f5de..1a41936b 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.96")]
+#![doc(html_root_url = "https://docs.rs/cxx/1.0.97")]
#![deny(
improper_ctypes,
improper_ctypes_definitions,