Так можно использовать определённый URL Git-репозитория и ветку в файле Cargo.toml вашего Rust-проекта для зависимости:
Cargo.toml
# ...
[dependencies]
ethercat-esi = { git = "https://github.com/ulikoehler/ethercat-esi.git", branch = "Comment-Tag" }
Check out similar posts by category:
Rust
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow