Skip to content

Commit 583f3d5

Browse files
authored
chore: update rust dependencies (#8)
* chore: update rust dependencies * chore: add Cargo.lock to CI paths
1 parent 17d4a15 commit 583f3d5

3 files changed

Lines changed: 181 additions & 315 deletions

File tree

.github/workflows/node-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions:
1313
- 'davey-node/**'
1414
- 'davey/**'
1515
- '.github/workflows/node-ci.yml'
16+
- 'Cargo.lock'
1617
branches:
1718
- main
1819
- master
@@ -23,6 +24,7 @@ permissions:
2324
- 'davey-node/**'
2425
- 'davey/**'
2526
- '.github/workflows/node-ci.yml'
27+
- 'Cargo.lock'
2628
workflow_call:
2729
concurrency:
2830
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/python-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- 'davey/**'
1313
- '.github/workflows/python-test.yml'
1414
- '.github/workflows/python-code-checks.yml'
15+
- 'Cargo.lock'
1516
branches:
1617
- main
1718
- master
@@ -23,6 +24,7 @@ on:
2324
- 'davey/**'
2425
- '.github/workflows/python-test.yml'
2526
- '.github/workflows/python-code-checks.yml'
27+
- 'Cargo.lock'
2628
workflow_dispatch:
2729
workflow_call:
2830

0 commit comments

Comments
 (0)