aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJames Munns <[email protected]>2024-05-12 21:09:51 +0200
committerGitHub <[email protected]>2024-05-12 21:09:51 +0200
commit61fa95f3539d4e0f645464068b609ce9f2146d91 (patch)
treef38061934e65acc33d9e125d525140118e34545b /docs
parent3294ca36ce586d051d67875ca45b1bd2d1f4bc65 (diff)
Update docs/modules/ROOT/pages/faq.adoc
Diffstat (limited to 'docs')
-rw-r--r--docs/modules/ROOT/pages/faq.adoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/modules/ROOT/pages/faq.adoc b/docs/modules/ROOT/pages/faq.adoc
index fe30b68d6..6c7126cd6 100644
--- a/docs/modules/ROOT/pages/faq.adoc
+++ b/docs/modules/ROOT/pages/faq.adoc
@@ -299,6 +299,8 @@ You can add a section to your `Cargo.toml` file like this, you'll need to patch
299 299
300Using `patch` will replace all direct AND indirect dependencies. 300Using `patch` will replace all direct AND indirect dependencies.
301 301
302See the link:https://embassy.dev/book/dev/new_project.html#_cargo_toml[new project docs] for more details on this approach.
303
302[source,toml] 304[source,toml]
303---- 305----
304[patch.crates-io] 306[patch.crates-io]