File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 77 - main
88 paths :
99 - " **.py"
10+ - " **.rs"
11+ - " **.toml"
12+ - " dev-requirements.yaml"
1013 - " .github/workflows/python-ci.yml"
1114
1215 pull_request :
1316 types : [opened, synchronize, reopened]
1417 paths :
1518 - " **.py"
19+ - " **.rs"
20+ - " **.toml"
21+ - " dev-requirements.yaml"
1622 - " .github/workflows/python-ci.yml"
1723
1824jobs :
Original file line number Diff line number Diff line change 66 - master
77 paths :
88 - " **.rs"
9+ - " Cargo.toml"
910 - " .github/workflows/rust-ci.yml"
1011
1112 pull_request :
1213 types : [opened, synchronize, reopened]
1314 paths :
1415 - " **.rs"
16+ - " Cargo.toml"
1517 - " .github/workflows/rust-ci.yml"
1618
1719jobs :
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ homepage = ""
99readme = " README.md"
1010
1111[dependencies ]
12- maturin = " 0.8.2 "
12+ maturin = " 0.11.4 "
1313aes = " 0.7.4"
1414rand = " 0.7.3"
1515rayon = " 1.5.0"
You can’t perform that action at this time.
0 commit comments