File tree Expand file tree Collapse file tree 5 files changed +13
-9
lines changed
Expand file tree Collapse file tree 5 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 33 schedule :
44 - cron : " 0 0 * * *"
55 workflow_dispatch : ~
6+ issue_comment :
7+ types :
8+ - " created"
69permissions :
710 contents : " write"
811 pull-requests : " write"
912jobs :
1013 format-pull-request :
1114 name : " Format Pull Request"
1215 uses : " ITensor/ITensorActions/.github/workflows/FormatPullRequest.yml@main"
16+ secrets : " inherit"
Original file line number Diff line number Diff line change 11name = " FunctionImplementations"
22uuid = " 7c7cc465-9c6a-495f-bdd1-f42428e86d0c"
3- version = " 0.4.12 "
3+ version = " 0.4.13 "
44authors = [" ITensor developers <support@itensor.org> and contributors" ]
55
66[workspace ]
Original file line number Diff line number Diff line change 11[deps ]
22Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
3- Literate = " 98b081ad-f1c9-55d3-8b20-4c87d4299306"
43FunctionImplementations = " 7c7cc465-9c6a-495f-bdd1-f42428e86d0c"
4+ Literate = " 98b081ad-f1c9-55d3-8b20-4c87d4299306"
55
6- [sources ]
7- FunctionImplementations = { path = " .." }
6+ [sources . FunctionImplementations ]
7+ path = " .."
88
99[compat ]
1010Documenter = " 1"
11- Literate = " 2"
1211FunctionImplementations = " 0.4"
12+ Literate = " 2"
Original file line number Diff line number Diff line change 11[deps ]
22FunctionImplementations = " 7c7cc465-9c6a-495f-bdd1-f42428e86d0c"
33
4- [sources ]
5- FunctionImplementations = { path = " .." }
4+ [sources . FunctionImplementations ]
5+ path = " .."
66
77[compat ]
88FunctionImplementations = " 0.4"
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ StridedViews = "4db3bf67-4bd7-4b4e-b153-31dc3fb37143"
1111Suppressor = " fd094767-a336-5f1f-9728-57cf17d0bbfb"
1212Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
1313
14- [sources ]
15- FunctionImplementations = { path = " .." }
14+ [sources . FunctionImplementations ]
15+ path = " .."
1616
1717[compat ]
1818Adapt = " 4"
You can’t perform that action at this time.
0 commit comments