Skip to content

Commit

Permalink
Correct outdated crate name
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanzg committed Jul 22, 2024
1 parent 1114032 commit a3ac8f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ See the paper "Revisiting Coroutines" by A. L. de Moura and R. Ierusalimschy

[MIT](LICENSE) © [Hugo Sanz González](https://hgsg.me)

[`yield`]: https://docs.rs/exact-covers/latest/coro/fn.yield_.html
[`resume`]: https://docs.rs/exact-covers/latest/coro/struct.Coro.html#method.resume
[`Coro`]: https://docs.rs/exact-covers/latest/coro/struct.Coro.html
[`yield`]: https://docs.rs/coro/latest/coro/fn.yield_.html
[`resume`]: https://docs.rs/coro/latest/coro/struct.Coro.html#method.resume
[`Coro`]: https://docs.rs/coro/latest/coro/struct.Coro.html
[`core::ops::Coroutine`]: https://doc.rust-lang.org/nightly/core/ops/trait.Coroutine.html
[same size]: https://docs.rs/exact-covers/latest/coro/constant.STACK_SIZE.html
[same size]: https://docs.rs/coro/latest/coro/constant.STACK_SIZE.html

0 comments on commit a3ac8f5

Please sign in to comment.