Skip to content

Commit d277150

Browse files
committed
ci: pin deps for MSRV
- pin `indexmap` to 2.5.0 - pin `security-framework-sys` to 2.11.1
1 parent 757d83f commit d277150

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/cont_integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
cargo update -p cc --precise "1.0.105"
5050
cargo update -p tokio --precise "1.38.1"
5151
cargo update -p tokio-util --precise "0.7.11"
52+
cargo update -p indexmap --precise "2.5.0"
53+
cargo update -p security-framework-sys --precise "2.11.1"
5254
- name: Build
5355
run: cargo build --workspace --exclude 'example_*' ${{ matrix.features }}
5456
- name: Test

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ cargo update -p url --precise "2.5.0"
7676
cargo update -p cc --precise "1.0.105"
7777
cargo update -p tokio --precise "1.38.1"
7878
cargo update -p tokio-util --precise "0.7.11"
79+
cargo update -p indexmap --precise "2.5.0"
80+
cargo update -p security-framework-sys --precise "2.11.1"
7981
```
8082

8183
## License

0 commit comments

Comments
 (0)