diff options
| author | Dániel Buga <[email protected]> | 2024-12-20 12:45:24 +0100 |
|---|---|---|
| committer | Dániel Buga <[email protected]> | 2024-12-22 21:00:23 +0100 |
| commit | ab8ca3f126447edb3a9eb06aa6fd6cd394219c17 (patch) | |
| tree | 129bff555ec2fee297a932243de03151ec38712c /docs | |
| parent | 1c485f18a2ee6147bf4cfd66789dc8e0c6e1466c (diff) | |
Rename ETQD, bump date
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/pages/faq.adoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/pages/faq.adoc b/docs/pages/faq.adoc index 3e32563cc..ed88515d0 100644 --- a/docs/pages/faq.adoc +++ b/docs/pages/faq.adoc | |||
| @@ -140,9 +140,9 @@ Example: | |||
| 140 | [source,toml] | 140 | [source,toml] |
| 141 | ---- | 141 | ---- |
| 142 | [patch.crates-io] | 142 | [patch.crates-io] |
| 143 | embassy-time-queue-driver = { git = "https://github.com/embassy-rs/embassy.git", rev = "e5fdd35" } | 143 | embassy-time-queue-utils = { git = "https://github.com/embassy-rs/embassy.git", rev = "7f8af8a" } |
| 144 | embassy-time-driver = { git = "https://github.com/embassy-rs/embassy.git", rev = "e5fdd35" } | 144 | embassy-time-driver = { git = "https://github.com/embassy-rs/embassy.git", rev = "7f8af8a" } |
| 145 | # embassy-time = { git = "https://github.com/embassy-rs/embassy.git", rev = "e5fdd35" } | 145 | # embassy-time = { git = "https://github.com/embassy-rs/embassy.git", rev = "7f8af8a" } |
| 146 | ---- | 146 | ---- |
| 147 | 147 | ||
| 148 | Note that the git revision should match any other embassy patches or git dependencies that you are using! | 148 | Note that the git revision should match any other embassy patches or git dependencies that you are using! |
