Skip to content

Commit

Permalink
ci: pin rustls for msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
ValuedMammal committed Jan 15, 2025
1 parent a5335a1 commit e4cf5b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
cargo update -p security-framework-sys --precise "2.11.1"
cargo update -p csv --precise "1.3.0"
cargo update -p unicode-width --precise "0.1.13"
cargo update -p [email protected].20 --precise "0.23.19"
cargo update -p [email protected].21 --precise "0.23.19"
- name: Build
run: cargo build --workspace --exclude 'example_*' ${{ matrix.features }}
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ cargo update -p indexmap --precise "2.5.0"
cargo update -p security-framework-sys --precise "2.11.1"
cargo update -p csv --precise "1.3.0"
cargo update -p unicode-width --precise "0.1.13"
cargo update -p [email protected].20 --precise "0.23.19"
cargo update -p [email protected].21 --precise "0.23.19"
```

## License
Expand Down

0 comments on commit e4cf5b5

Please sign in to comment.