aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2023-02-10 19:36:09 -0800
committerDavid Tolnay <dtolnay@gmail.com>2023-02-10 19:36:09 -0800
commit33b5c9eec50b5a68d52445dcd6952a947af842bd (patch)
treeafbb2e08c2bbe267d879f5caa9779308394470db /src
parent11c74724ef2c9a15775318e46abb3a8471314b4f (diff)
downloadcxx-33b5c9eec50b5a68d52445dcd6952a947af842bd.tar.gz
Release 1.0.90
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 2b20333b..ee92e6d8 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.89")]
+#![doc(html_root_url = "https://docs.rs/cxx/1.0.90")]
#![deny(
improper_ctypes,
improper_ctypes_definitions,