Home
FreeBSD
Search
Configure Global Search
Log In
Transactions
D29805
Change Details
Change Details
Old
New
Diff
While maintaing a rust application, I found a cargo.toml that specifies the git URL with { git="https://..." }, cargo.mk expects a form like { git = "https://" }. This patch improve the regex making the spaces around the '=' optional
While maintaing a rust application, I found a cargo.toml that specifies the git URL with { git="https://..." }, cargo.mk expects a form like { git = "https://..." }. This patch improve the regex making the spaces around the '=' optional
While maintaing a rust application, I found a cargo.toml that specifies the git URL with { git="https://..." }, cargo.mk expects a form like { git = "https://
...
" }. This patch improve the regex making the spaces around the '=' optional
Continue