aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2023-08-06 07:13:27 -0700
committerDavid Tolnay <dtolnay@gmail.com>2023-08-06 07:13:27 -0700
commit377f47e5a4519784083cc6ab39f24ec73f357cf7 (patch)
tree89e426519762bd927a7b459012a35519f22da364 /src
parent62085f03ef86019c03bd233a5dc47e4e41e00790 (diff)
downloadcxx-377f47e5a4519784083cc6ab39f24ec73f357cf7.tar.gz
Release 1.0.104
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 a2aa9623..d638c7a5 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.103")]
+#![doc(html_root_url = "https://docs.rs/cxx/1.0.104")]
#![deny(
improper_ctypes,
improper_ctypes_definitions,