| commit | 7b4e6570154f6cb75e6a7c3677326330dd280a58 | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Sat Apr 25 19:33:26 2020 -0700 |
| committer | David Tolnay <dtolnay@gmail.com> | Sat Apr 25 19:33:35 2020 -0700 |
| tree | 13317104ce6fc6438402ed85770a475db30e513a | |
| parent | ad959f6f236d98b385f2c0e034d560cba33007ba [diff] [blame] |
Release 0.2.11
diff --git a/src/lib.rs b/src/lib.rs index 51783dd..0e724e1 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.10")] +#![doc(html_root_url = "https://docs.rs/cxx/0.2.11")] #![deny(improper_ctypes)] #![allow( clippy::cognitive_complexity,