Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - fix version of notify to 5.0.0-pre.10 #2528

Closed
wants to merge 2 commits into from

Conversation

mockersf
Copy link
Member

Objective

Solution

  • Fix the dependency to the known working version

before : https://docs.rs/notify/5.0.0-pre.2/notify/trait.Watcher.html
after : https://docs.rs/notify/5.0.0-pre.11/notify/trait.Watcher.html

@github-actions github-actions bot added the S-Needs-Triage This issue needs to be labelled label Jul 24, 2021
@cart
Copy link
Member

cart commented Jul 24, 2021

bors r+

bors bot pushed a commit that referenced this pull request Jul 24, 2021
# Objective

- https://github.com/notify-rs/notify changed their api in the latest pre-release of 0.5.0
- This breaks current main AND v0.5.0

## Solution

- Fix the dependency to the known working version

before : https://docs.rs/notify/5.0.0-pre.2/notify/trait.Watcher.html
after : https://docs.rs/notify/5.0.0-pre.11/notify/trait.Watcher.html
@bors
Copy link
Contributor

bors bot commented Jul 24, 2021

Build failed:

@cart
Copy link
Member

cart commented Jul 24, 2021

bors r+

bors bot pushed a commit that referenced this pull request Jul 24, 2021
# Objective

- https://github.com/notify-rs/notify changed their api in the latest pre-release of 0.5.0
- This breaks current main AND v0.5.0

## Solution

- Fix the dependency to the known working version

before : https://docs.rs/notify/5.0.0-pre.2/notify/trait.Watcher.html
after : https://docs.rs/notify/5.0.0-pre.11/notify/trait.Watcher.html
@mockersf mockersf changed the title fix version of notify to 5.0.0-pre.2 fix version of notify to 5.0.0-pre.10 Jul 24, 2021
@bors bors bot changed the title fix version of notify to 5.0.0-pre.10 [Merged by Bors] - fix version of notify to 5.0.0-pre.10 Jul 24, 2021
@bors bors bot closed this Jul 24, 2021
ostwilkens pushed a commit to ostwilkens/bevy that referenced this pull request Jul 27, 2021
# Objective

- https://github.com/notify-rs/notify changed their api in the latest pre-release of 0.5.0
- This breaks current main AND v0.5.0

## Solution

- Fix the dependency to the known working version

before : https://docs.rs/notify/5.0.0-pre.2/notify/trait.Watcher.html
after : https://docs.rs/notify/5.0.0-pre.11/notify/trait.Watcher.html
bors bot pushed a commit that referenced this pull request Jul 29, 2021
# Objective

notify 5.0.0-pre.11 breaks the interface again, but apparently in a way that's similar to how it used to be

## Solution

Bump `bevy_asset` dependency on notify to `5.0.0-pre.11` and fix the errors that crop up.

It looks like `pre.11` was mentioned in #2528 by @mockersf but there's no mention of why `pre.10` was chosen ultimately.
vabrador pushed a commit to vabrador/bevy that referenced this pull request Sep 18, 2021
# Objective

notify 5.0.0-pre.11 breaks the interface again, but apparently in a way that's similar to how it used to be

## Solution

Bump `bevy_asset` dependency on notify to `5.0.0-pre.11` and fix the errors that crop up.

It looks like `pre.11` was mentioned in bevyengine#2528 by @mockersf but there's no mention of why `pre.10` was chosen ultimately.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-Needs-Triage This issue needs to be labelled
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants