Skip to content

Commit 21372d4

Browse files
authored
pin crates in CI for MSRV compatibility (#1560)
* pin ryu in CI for MSRV compatibility * pin itoa in CI for MSRV compatibility
1 parent 3f36950 commit 21372d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
cargo update --package=rayon-core --precise=1.12.1
6666
cargo update --package=windows-sys@0.61.2 --precise=0.60.2
6767
cargo update --package=quote --precise=1.0.41
68+
cargo update --package=ryu --precise=1.0.20
69+
cargo update --package=itoa --precise=1.0.15
6870
6971
- run: >
7072
rustup target add

0 commit comments

Comments
 (0)