afrim icon indicating copy to clipboard operation
afrim copied to clipboard

remove installation of dependencies from github

Open pythonbrad opened this issue 2 months ago • 0 comments

Description

When a crate (library or binary) is to be published, the dependencies from crates.io will be used instead of the GitHub repo specified. To avoid unexpected behaviors, it's better to use only the dependencies on crates.io.

Note: The published dependency will use the version from crates.io

pythonbrad avatar Oct 24 '25 01:10 pythonbrad