Skip to content

Commit 430cace

Browse files
authored
Update maturin in Cargo.toml (#43)
* Update maturin for Rust too * Add triggers for workflows
1 parent a9a7183 commit 430cace

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.github/workflows/python-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,18 @@ on:
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

1824
jobs:

.github/workflows/rust-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ on:
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

1719
jobs:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage = ""
99
readme = "README.md"
1010

1111
[dependencies]
12-
maturin = "0.8.2"
12+
maturin = "0.11.4"
1313
aes = "0.7.4"
1414
rand = "0.7.3"
1515
rayon = "1.5.0"

0 commit comments

Comments
 (0)