Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github May 9, 2022

Updates the requirements on pasts to permit the latest version.

Changelog

Sourced from pasts's changelog.

[0.10.0] - 2022-05-07

Added

  • More documentation
  • poll_next_fn()

Changed

  • Completely reimplemented Task so it doesn't always require allocation or Send (it should be more obvious which methods require allocation now)
  • Loop::on() accepts different types for the second parameter

[0.9.0] - 2022-03-27

Added

  • A prelude module containing a core::task::Poll::{self, Pending, Ready} re-export
  • Loop::on()
  • BlockOn trait
  • Task::new()
  • Task::poll_next()

Changed

  • Replaced Loop::when and Loop::poll with Loop::on()
  • Move block_on_pinned() and block_on out of Executor and into their own BlockOn trait
  • Task is no longer an alias, but its own type

Removed

  • Loop::when() - use Loop::on()
  • Loop::poll() - use Loop::on()

[0.8.0] - 2021-06-18

Added

  • Loop struct to replace wait!() and exec!().
  • Task type definition for dynamically spawning tasks.
  • Executor trait for implementing custom executors on no-std.
  • Past struct for executing !Unpin futures.

Changed

  • Removed all unsafe!
  • Executor no longer terminates program upon future completion.
  • Executor now uses thread parking instead of condvars internally.

Removed

  • exec!() macro - use Loop::when() instead.
  • join!() macro - use Loop::poll() instead.
  • race!() macro - use Loop::poll() instead.
  • wait!() macro - use Loop::when() instead.

[0.7.4] - 2021-01-08

Fixed

  • Executor never going to sleep, wasting CPU cycles.

... (truncated)

Commits

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 commands and options

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 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)

Updates the requirements on [pasts](https://github.com/ardaku/pasts) to permit the latest version.
- [Release notes](https://github.com/ardaku/pasts/releases)
- [Changelog](https://github.com/ardaku/pasts/blob/stable/CHANGELOG.md)
- [Commits](ardaku/pasts@v0.7.0...v0.10.0)

---
updated-dependencies:
- dependency-name: pasts
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 9, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 13, 2022

Superseded by #62.

@dependabot dependabot bot closed this Jun 13, 2022
@dependabot dependabot bot deleted the dependabot/cargo/pasts-0.10 branch June 13, 2022 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants