1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-01-18 04:23:14 +02:00
comprehensive-rust/src
dependabot[bot] d89bd02408
build(deps): bump thiserror from 1.0.53 to 1.0.56 (#1655)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.53 to
1.0.56.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/thiserror/releases">thiserror's
releases</a>.</em></p>
<blockquote>
<h2>1.0.56</h2>
<ul>
<li>Update proc-macro2 to fix caching issue when using a rustc-wrapper
such as sccache</li>
</ul>
<h2>1.0.55</h2>
<ul>
<li>Work around improperly cached build script result by sccache –
second attempt (<a
href="https://redirect.github.com/dtolnay/thiserror/issues/280">#280</a>)</li>
</ul>
<h2>1.0.54</h2>
<ul>
<li>Work around improperly cached build script result by sccache – first
attempt (<a
href="https://redirect.github.com/dtolnay/thiserror/issues/279">#279</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="77d0af46dd"><code>77d0af4</code></a>
Release 1.0.56</li>
<li><a
href="d4caabdb38"><code>d4caabd</code></a>
Pull in proc-macro2 sccache fix</li>
<li><a
href="6089273df5"><code>6089273</code></a>
Release 1.0.55</li>
<li><a
href="322a2ae5c9"><code>322a2ae</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/thiserror/issues/280">#280</a>
from dtolnay/depinfo</li>
<li><a
href="fd7d7a568c"><code>fd7d7a5</code></a>
Emit dep-info for probe.rs in case sccache needs it</li>
<li><a
href="447c328719"><code>447c328</code></a>
Release 1.0.54</li>
<li><a
href="4619db8644"><code>4619db8</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/thiserror/issues/279">#279</a>
from dtolnay/depinfo</li>
<li><a
href="7b53bff3e6"><code>7b53bff</code></a>
Make env-dep:RUSTC_BOOTSTRAP get listed in probe's dep-info</li>
<li><a
href="e0500add5e"><code>e0500ad</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/thiserror/issues/277">#277</a>
from dtolnay/nightlyci</li>
<li><a
href="48cea47164"><code>48cea47</code></a>
Make CI verify that error_generic_member_access works in latest
nightly</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/thiserror/compare/1.0.53...1.0.56">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.53&new-version=1.0.56)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-05 13:25:21 +00:00
..
android Format all Markdown files with dprint (#1157) 2023-12-31 00:15:07 +01:00
async Use expect() for error handling in task.md (#1639) 2024-01-03 22:09:50 +00:00
bare-metal Format all Markdown files with dprint (#1157) 2023-12-31 00:15:07 +01:00
borrowing Format all Markdown files with dprint (#1157) 2023-12-31 00:15:07 +01:00
cargo Format all Markdown files with dprint (#1157) 2023-12-31 00:15:07 +01:00
chromium Format all Markdown files with dprint (#1157) 2023-12-31 00:15:07 +01:00
concurrency Format all Markdown files with dprint (#1157) 2023-12-31 00:15:07 +01:00
control-flow-basics Fix typo in Control Flow Basics - Macro code snippet (#1638) 2024-01-03 14:06:09 +00:00
error-handling Format all Markdown files with dprint (#1157) 2023-12-31 00:15:07 +01:00
exercises build(deps): bump thiserror from 1.0.53 to 1.0.56 (#1655) 2024-01-05 13:25:21 +00:00
generics Format all Markdown files with dprint (#1157) 2023-12-31 00:15:07 +01:00
hello-world fix mdbook redirection table (#1635) 2024-01-04 14:05:49 +00:00
iterators Format all Markdown files with dprint (#1157) 2023-12-31 00:15:07 +01:00
memory-management Format all Markdown files with dprint (#1157) 2023-12-31 00:15:07 +01:00
methods-and-traits Format all Markdown files with dprint (#1157) 2023-12-31 00:15:07 +01:00
modules Format all Markdown files with dprint (#1157) 2023-12-31 00:15:07 +01:00
pattern-matching Format all Markdown files with dprint (#1157) 2023-12-31 00:15:07 +01:00
references Format all Markdown files with dprint (#1157) 2023-12-31 00:15:07 +01:00
running-the-course Format all Markdown files with dprint (#1157) 2023-12-31 00:15:07 +01:00
slices-and-lifetimes build(deps): bump serde_yaml from 0.9.28 to 0.9.29 (#1630) 2024-01-01 16:23:42 +00:00
smart-pointers Format all Markdown files with dprint (#1157) 2023-12-31 00:15:07 +01:00
std-traits Format all Markdown files with dprint (#1157) 2023-12-31 00:15:07 +01:00
std-types Format all Markdown files with dprint (#1157) 2023-12-31 00:15:07 +01:00
testing build(deps): bump mockall from 0.12.0 to 0.12.1 (#1625) 2023-12-31 15:07:47 +00:00
tuples-and-arrays Format all Markdown files with dprint (#1157) 2023-12-31 00:15:07 +01:00
types-and-values Fix typo in Fibonacci exercise (#1634) 2024-01-02 18:15:15 -05:00
unsafe-rust Format all Markdown files with dprint (#1157) 2023-12-31 00:15:07 +01:00
user-defined-types Format all Markdown files with dprint (#1157) 2023-12-31 00:15:07 +01:00
android.md Format all Markdown files with dprint (#1157) 2023-12-31 00:15:07 +01:00
async.md Format all Markdown files with dprint (#1157) 2023-12-31 00:15:07 +01:00
bare-metal.md Format all Markdown files with dprint (#1157) 2023-12-31 00:15:07 +01:00
borrowing.md Comprehensive Rust v2 (#1073) 2023-11-29 16:39:24 +01:00
cargo.md Format all Markdown files with dprint (#1157) 2023-12-31 00:15:07 +01:00
chromium.md Format all Markdown files with dprint (#1157) 2023-12-31 00:15:07 +01:00
concurrency.md Format all Markdown files with dprint (#1157) 2023-12-31 00:15:07 +01:00
control-flow-basics.md Comprehensive Rust v2 (#1073) 2023-11-29 16:39:24 +01:00
credits.md Format all Markdown files with dprint (#1157) 2023-12-31 00:15:07 +01:00
error-handling.md Comprehensive Rust v2 (#1073) 2023-11-29 16:39:24 +01:00
generics.md Comprehensive Rust v2 (#1073) 2023-11-29 16:39:24 +01:00
glossary.md Format all Markdown files with dprint (#1157) 2023-12-31 00:15:07 +01:00
hello-world.md Comprehensive Rust v2 (#1073) 2023-11-29 16:39:24 +01:00
index.md Format all Markdown files with dprint (#1157) 2023-12-31 00:15:07 +01:00
iterators.md Comprehensive Rust v2 (#1073) 2023-11-29 16:39:24 +01:00
memory-management.md Comprehensive Rust v2 (#1073) 2023-11-29 16:39:24 +01:00
methods-and-traits.md Comprehensive Rust v2 (#1073) 2023-11-29 16:39:24 +01:00
modules.md Comprehensive Rust v2 (#1073) 2023-11-29 16:39:24 +01:00
other-resources.md Format all Markdown files with dprint (#1157) 2023-12-31 00:15:07 +01:00
pattern-matching.md Comprehensive Rust v2 (#1073) 2023-11-29 16:39:24 +01:00
README.md Test translations using same source as for publish (#1492) 2024-01-04 17:04:44 +01:00
references.md Comprehensive Rust v2 (#1073) 2023-11-29 16:39:24 +01:00
running-the-course.md Format all Markdown files with dprint (#1157) 2023-12-31 00:15:07 +01:00
slices-and-lifetimes.md Comprehensive Rust v2 (#1073) 2023-11-29 16:39:24 +01:00
smart-pointers.md Comprehensive Rust v2 (#1073) 2023-11-29 16:39:24 +01:00
std-traits.md Comprehensive Rust v2 (#1073) 2023-11-29 16:39:24 +01:00
std-types.md Comprehensive Rust v2 (#1073) 2023-11-29 16:39:24 +01:00
SUMMARY.md Format all Markdown files with dprint (#1157) 2023-12-31 00:15:07 +01:00
testing.md Comprehensive Rust v2 (#1073) 2023-11-29 16:39:24 +01:00
thanks.md Format all Markdown files with dprint (#1157) 2023-12-31 00:15:07 +01:00
tuples-and-arrays.md Comprehensive Rust v2 (#1073) 2023-11-29 16:39:24 +01:00
types-and-values.md Comprehensive Rust v2 (#1073) 2023-11-29 16:39:24 +01:00
unsafe-rust.md Comprehensive Rust v2 (#1073) 2023-11-29 16:39:24 +01:00
user-defined-types.md Comprehensive Rust v2 (#1073) 2023-11-29 16:39:24 +01:00
welcome-day-1-afternoon.md Comprehensive Rust v2 (#1073) 2023-11-29 16:39:24 +01:00
welcome-day-1.md Format all Markdown files with dprint (#1157) 2023-12-31 00:15:07 +01:00
welcome-day-2-afternoon.md Comprehensive Rust v2 (#1073) 2023-11-29 16:39:24 +01:00
welcome-day-2.md Format all Markdown files with dprint (#1157) 2023-12-31 00:15:07 +01:00
welcome-day-3-afternoon.md Comprehensive Rust v2 (#1073) 2023-11-29 16:39:24 +01:00
welcome-day-3.md Format all Markdown files with dprint (#1157) 2023-12-31 00:15:07 +01:00
welcome-day-4-afternoon.md Comprehensive Rust v2 (#1073) 2023-11-29 16:39:24 +01:00
welcome-day-4.md Format all Markdown files with dprint (#1157) 2023-12-31 00:15:07 +01:00

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.