Rust Cargo.toml: Wie man ein Git-Repository an einem spezifischen Branch verwendet
So verwendet man eine spezifische Git-Repository-URL und einen Branch in der Cargo.toml-Datei Ihres Rust-Projekts für eine Abhängigkeit:
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