facebook / watchman

Watches files and records, or triggers actions, when they change.
https://facebook.github.io/watchman/
MIT License
12.4k stars 987 forks source link

fix: update watchman_client version #1229

Closed chenrui333 closed 3 days ago

chenrui333 commented 1 week ago

Seeing some build error as below:

error: failed to select a version for the requirement `watchman_client = "^0.8.0"`
candidate versions found which didn't match: 0.9.0

relates to https://github.com/Homebrew/homebrew-core/pull/175551

facebook-github-bot commented 1 week ago

@facebook-github-bot has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

genevievehelsel commented 3 days ago

This is an autogenerated file so internally CI is not happy with the manual change, I sent an internal PR to fix the source of truth and regenerate this file

genevievehelsel commented 3 days ago

see: https://github.com/facebook/watchman/commit/aee833d955ae1418eb592778c80231b9f5734f1b

chenrui333 commented 3 days ago

Works for me, thanks!