Skip to content

Commit 13f6f39

Browse files
authored
Update .github/workflows/ci.yml
1 parent e2bfdaf commit 13f6f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
shell: python
101101
- name: Use ndarray 0.13.1 and num-complex 0.2.0
102102
run: |
103-
cargo update -p ndarray:0.15.2 --precise 0.13.1
103+
cargo update -p ndarray:0.15.3 --precise 0.13.1
104104
working-directory: ../simple-extension-msrv
105105
- name: Test Example
106106
run: |

0 commit comments

Comments
 (0)