Skip to content

Commit 3daa95b

Browse files
committed
ci: fix marv
1 parent ba169a0 commit 3daa95b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ downgrade-for-msrv toolchain="":
2828
cargo {{ toolchain }} update -p=syn@"$syn_version" --precise="2.0.114" # next ver: 1.71.0
2929
cargo {{ toolchain }} update -p=quote --precise=1.0.44 # next ver: 1.71.0
3030
cargo {{ toolchain }} update -p=unicode-ident --precise=1.0.22 # next ver: 1.71.0
31+
cargo {{ toolchain }} update -p=toml --precise=0.9.6 # next ver: 1.76.0
3132

3233
# Test workspace using MSRV
3334
test-msrv: downgrade-for-msrv (test-no-coverage msrv_rustup)

0 commit comments

Comments
 (0)