Skip to content

Commit

Permalink
ci: fix msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Aug 4, 2024
1 parent 4cf81bd commit 6b3e2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ test toolchain="":
# Downgrade dev-dependencies necessary to run MSRV checks/tests.
[private]
downgrade-msrv:
cargo {{ msrv_rustup }} update -p=syn --precise="2.0.56" # TODO: why
cargo {{ msrv_rustup }} update -p=serde_json --precise="1.0.120" # transitive memchr in 1.0.121 not
cargo {{ msrv_rustup }} update -p=syn --precise="2.0.56" # TODO: why

# Run workspace test suite using MSRV.
test-msrv: downgrade-msrv (test msrv_rustup)
Expand Down

0 comments on commit 6b3e2c3

Please sign in to comment.