aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2022-10-21 09:33:41 -0700
committerDavid Tolnay <dtolnay@gmail.com>2022-10-21 09:33:41 -0700
commitc7060d40361c4d955fc64adf35f67b28b5c75299 (patch)
treeeceb607d2e76d8b7b83c8147a3d79c9ba7158efe /src
parent5e1511ed8a44928413b4ddb10b8a71ebebc9afb5 (diff)
downloadcxx-c7060d40361c4d955fc64adf35f67b28b5c75299.tar.gz
Release 1.0.80
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 9ad6fe14..bc71082b 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.79")]
+#![doc(html_root_url = "https://docs.rs/cxx/1.0.80")]
#![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))]