Skip to content

Commit

Permalink
ci: downgrade libc to 0.2.127 for MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
aganders3 committed Aug 9, 2022
1 parent 10a87ac commit 96c4c74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -185,6 +185,7 @@ jobs:
PROJECTS=("." "examples/decorator" "examples/maturin-starter" "examples/setuptools-rust-starter" "examples/word-count")
for PROJ in ${PROJECTS[@]}; do
cargo update --manifest-path "$PROJ/Cargo.toml" -p parking_lot --precise 0.11.0
cargo update --manifest-path "$PROJ/Cargo.toml" -p libc --precise 0.2.127
done
cargo update -p plotters --precise 0.3.1
cargo update -p plotters-svg --precise 0.3.1
Expand Down

0 comments on commit 96c4c74

Please sign in to comment.