Skip to content

Commit

Permalink
Update CI crate versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Aug 11, 2023
1 parent 068283b commit 450de32
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ci/test_full.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ cargo generate-lockfile
# libm 0.2.6 started using {float}::EPSILON
check_version 1.43 || cargo update -p libm --precise 0.2.5

# Some crates moved to Rust 1.56 / 2021
check_version 1.56 || (
cargo update -p quote --precise 1.0.30
cargo update -p proc-macro2 --precise 1.0.65
cargo update -p rkyv --precise 0.7.40
cargo update -p bytecheck --precise 0.6.9
)

set -x

# test the default
Expand Down

0 comments on commit 450de32

Please sign in to comment.