Skip to content

Commit 23485a9

Browse files
committed
ci: pin msrv dep version for security-framework-sys
1 parent e2bd28b commit 23485a9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/cont_integration.yml

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
cargo update -p tokio --precise "1.38.1"
6262
cargo update -p tokio-util --precise "0.7.11"
6363
cargo update -p indexmap --precise "2.5.0"
64+
cargo update -p security-framework-sys --precise "2.11.1"
6465
- name: Build
6566
run: cargo build --features ${{ matrix.features }} --no-default-features
6667
- name: Test

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ cargo update -p url --precise "2.5.0"
2626
cargo update -p tokio --precise "1.38.1"
2727
cargo update -p tokio-util --precise "0.7.11"
2828
cargo update -p indexmap --precise "2.5.0"
29+
cargo update -p security-framework-sys --precise "2.11.1"
2930
```

0 commit comments

Comments
 (0)