Skip to content

Commit 034e4e0

Browse files
committed
ci: pin hashbrown to 0.15.0 for MSRV 1.63
1 parent eba1dd0 commit 034e4e0

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
@@ -51,6 +51,7 @@ jobs:
5151
cargo update -p tokio-util --precise "0.7.11"
5252
cargo update -p indexmap --precise "2.5.0"
5353
cargo update -p security-framework-sys --precise "2.11.1"
54+
cargo update -p [email protected] --precise "0.15.0"
5455
- name: Build
5556
run: cargo build --workspace --exclude 'example_*' ${{ matrix.features }}
5657
- name: Test

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ cargo update -p tokio --precise "1.38.1"
7878
cargo update -p tokio-util --precise "0.7.11"
7979
cargo update -p indexmap --precise "2.5.0"
8080
cargo update -p security-framework-sys --precise "2.11.1"
81+
cargo update -p [email protected] --precise "0.15.0"
8182
```
8283

8384
## License

0 commit comments

Comments
 (0)