| commit | 0d645c7d4020229a04442bb9b389318386470c10 | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Wed Apr 22 18:38:34 2020 -0700 |
| committer | David Tolnay <dtolnay@gmail.com> | Wed Apr 22 18:38:34 2020 -0700 |
| tree | 1ee2faf40f4d2f8db58139b6518229619869a167 | |
| parent | 274da11cc3ccc540b193ceda7b45ca18f0f93c25 [diff] |
Release 0.2.10
diff --git a/src/lib.rs b/src/lib.rs index 609db59..74e103a 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.9")] +#![doc(html_root_url = "https://docs.rs/cxx/0.2.10")] #![deny(improper_ctypes)] #![allow( clippy::cognitive_complexity,