| commit | 5f1cc8aa44210f934a2fe810ac334ea9da9f530d | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Thu Apr 09 21:07:36 2020 -0700 |
| committer | David Tolnay <dtolnay@gmail.com> | Thu Apr 09 21:07:36 2020 -0700 |
| tree | 7fa316e5001ad08a6d0a4d1936c1d91a75bcc14e | |
| parent | eb0ac1a583dc87aff4b2393428593a9357ed38d7 [diff] [blame] |
Release 0.2.5
diff --git a/src/lib.rs b/src/lib.rs index 86e9541..a254581 100644 --- a/src/lib.rs +++ b/src/lib.rs
@@ -337,7 +337,7 @@ //! //! [https://github.com/dtolnay/cxx]: https://github.com/dtolnay/cxx -#![doc(html_root_url = "https://docs.rs/cxx/0.2.4")] +#![doc(html_root_url = "https://docs.rs/cxx/0.2.5")] #![deny(improper_ctypes)] #![allow( clippy::declare_interior_mutable_const,