1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-04-01 09:32:10 +02:00

Direct users to "smccc" crate rather than "psci" (#578)

psci's docs.rs page redirects users to `smccc` instead as the crate has been renamed.
This commit is contained in:
John Scheible 2023-04-26 09:06:28 -07:00 committed by GitHub
parent 9187bf0b5e
commit c5d15edad4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ to make an <abbr title="hypervisor call">HVC</abbr> to tell the firmware to powe
{{#include examples/src/main_psci.rs:main}}
```
(If you actually want to do this, use the [`psci`][1] crate which has wrappers for all these functions.)
(If you actually want to do this, use the [`smccc`][1] crate which has wrappers for all these functions.)
<details>
@ -28,4 +28,4 @@ to make an <abbr title="hypervisor call">HVC</abbr> to tell the firmware to powe
</details>
[1]: https://crates.io/crates/psci
[1]: https://crates.io/crates/smccc