Leafwing-Studios / bevy-sudoku

An open source, educational and (eventually) fully-featured Sudoku game written in the Bevy game engine in Rust.
Apache License 2.0
18 stars 2 forks source link

rev = "1a2abe883cfc0647462c1279af9a10abeef55b99" no longer available #25

Open MichaelNeas opened 2 years ago

MichaelNeas commented 2 years ago

Hey there, Thanks for all the work you've done on bevy! I tried to cargo run the sudoku repo and saw that the rev is no longer available

Caused by:
  failed to load source for dependency `bevy`

Caused by:
  Unable to update https://github.com/BoxyUwU/bevy/?rev=1a2abe883cfc0647462c1279af9a10abeef55b99

Caused by:
  revspec '1a2abe883cfc0647462c1279af9a10abeef55b99' not found; class=Reference (4); code=NotFound (-3)

After removing the rev to just use bevy straight up I saw there were some errors within filesystem_watcher.rs

I'm still a rust noob, learning the ropes :)