Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jun 21, 2021

Updates the requirements on pasts to permit the latest version.

Changelog

Sourced from pasts's changelog.

[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.

[0.7.3] - 2021-01-07

Fixed

  • Executor freezing up and not being recoverable (happenned sometimes when two asynchronous tasks simultaneously woke the executor).

[0.7.2] - 2020-12-29

Fixed

  • Links in README

[0.7.1] - 2020-12-29

Fixed

  • Category slug.

[0.7.0] - 2020-12-29

Added

  • block_on() function to execute a future on a thread.

Changed

  • Renamed poll!() to race!()
  • Separated non-array functionality of poll!() into new macro: `wait!().
  • join!() no longer requires the futures to be pinned, as it can pin them itself.
  • exec!() macro can no longer start multiple threads, but you can use it on multiple threads simultaneously. exec!() no longer takes a future, but an asynchronous expression that gets run in an infinite loop.

Removed

  • prelude module.

... (truncated)

Commits
  • 68e3589 Version 0.8.0
  • 60c0d90 Merge branch 'main' of github.com:AldaronLau/pasts
  • 87280ec Version 0.8.0 candidate.
  • 62b66ff Squashed commit of the following:
  • 471db31 Upgrade to GitHub-native Dependabot (#5)
  • e49c264 Use Task type alias in counter example.
  • 69373cd update cross-platform example code.
  • 5bb2498 Clean up some code.
  • ff357fc Add flag to determine whether executor should sleep.
  • 2380863 Small cleanup
  • Additional commits viewable in compare view

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/AldaronLau/pasts) to permit the latest version.
- [Release notes](https://github.com/AldaronLau/pasts/releases)
- [Changelog](https://github.com/AldaronLau/pasts/blob/main/CHANGELOG.md)
- [Commits](ardaku/pasts@v0.7.0...v0.8.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 Jun 21, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 28, 2022

Superseded by #59.

@dependabot dependabot bot closed this Mar 28, 2022
@dependabot dependabot bot deleted the dependabot/cargo/pasts-0.8 branch March 28, 2022 10:16
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