mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-03-22 06:51:58 +02:00
Bumps the patch group with 7 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.82` | `1.0.83` | | [serde](https://github.com/serde-rs/serde) | `1.0.200` | `1.0.201` | | [serde_json](https://github.com/serde-rs/json) | `1.0.116` | `1.0.117` | | [zerocopy](https://github.com/google/zerocopy) | `0.7.33` | `0.7.34` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.59` | `1.0.60` | | [cxx](https://github.com/dtolnay/cxx) | `1.0.121` | `1.0.122` | | [cxx-build](https://github.com/dtolnay/cxx) | `1.0.121` | `1.0.122` | Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Course Content
The files in this directory make up the content of the course. The files here
can include third-party content from ../third_party/
as well.
When we publish a translation of the course, we git restore
the src/
and
third_party/
directories at the repository root back to the date listed in the
POT-Creation-Date header of the translation. It is crucial, that all
translatable content lives in those two directories. The other files (such as
book.toml
and theme/
) are not restored and we always use the latest version
of them.