aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2023-07-17 21:55:31 -0700
committerDavid Tolnay <dtolnay@gmail.com>2023-07-17 21:55:31 -0700
commit3655e476adbd8c997f5b54de0c9f04b627add0ef (patch)
tree0e8d0d113287dfc492c57fa4fab91801f6134ff3 /src
parente8cef7be75c41378cfaea5ab783fcce6452454ea (diff)
downloadcxx-3655e476adbd8c997f5b54de0c9f04b627add0ef.tar.gz
Release 1.0.101
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 859fafd0..38b3558d 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.100")]
+#![doc(html_root_url = "https://docs.rs/cxx/1.0.101")]
#![deny(
improper_ctypes,
improper_ctypes_definitions,