We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba169a0 commit 3daa95bCopy full SHA for 3daa95b
justfile
@@ -28,6 +28,7 @@ downgrade-for-msrv toolchain="":
28
cargo {{ toolchain }} update -p=syn@"$syn_version" --precise="2.0.114" # next ver: 1.71.0
29
cargo {{ toolchain }} update -p=quote --precise=1.0.44 # next ver: 1.71.0
30
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
32
33
# Test workspace using MSRV
34
test-msrv: downgrade-for-msrv (test-no-coverage msrv_rustup)
0 commit comments