File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 22
33on :
44 push :
5- branches : [ main ]
5+ branches : [ main, rustdoc-json ]
66 pull_request :
77 branches : [ main ]
88 schedule :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ version = "1.4.9-pre"
55authors = [
" Diogo Sousa <[email protected] >" ]
66
77edition = " 2024"
8- rust-version = " 1.85 .0"
8+ rust-version = " 1.86 .0"
99
1010homepage = " https://github.com/orium/cargo-rdme"
1111repository = " https://github.com/orium/cargo-rdme"
Original file line number Diff line number Diff line change @@ -82,7 +82,8 @@ impl Project {
8282 package_name : & str ,
8383 ) -> Option < & ' a cargo_metadata:: Package > {
8484 metadata. packages . iter ( ) . find ( |package| {
85- package. name . as_ref ( ) == package_name && metadata. workspace_members . contains ( & package. id )
85+ package. name . as_ref ( ) == package_name
86+ && metadata. workspace_members . contains ( & package. id )
8687 } )
8788 }
8889
You can’t perform that action at this time.
0 commit comments