aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2022-09-28 16:45:12 -0700
committerDavid Tolnay <dtolnay@gmail.com>2022-09-28 16:45:12 -0700
commitd2a7e0b2443b7ab7eca4ff8d6f97e1abf039c8a3 (patch)
treeb08bf38a651bc5b05218e31fc56720930b7080d5 /src
parent49df9e35720a8e6820f58530de5255c29b5b9895 (diff)
downloadcxx-d2a7e0b2443b7ab7eca4ff8d6f97e1abf039c8a3.tar.gz
Release 1.0.78
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 4a5758c1..7ae77dde 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.77")]
+#![doc(html_root_url = "https://docs.rs/cxx/1.0.78")]
#![deny(improper_ctypes, improper_ctypes_definitions, missing_docs)]
#![cfg_attr(not(no_unsafe_op_in_unsafe_fn_lint), deny(unsafe_op_in_unsafe_fn))]
#![cfg_attr(no_unsafe_op_in_unsafe_fn_lint, allow(unused_unsafe))]