You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.
I think I had a semi-good reason for using Makefiles instead of patch/deps features of Cargo, vaguely remember it was related to updating of multiple crates at once.
But agreed, cargo.toml is a better approach. Especially now that this repository is more in a maintenance mode than in active development.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
You should look into cargo's
git
features! You shouldn't have to use makefiles & batch scripts. ;)The text was updated successfully, but these errors were encountered: