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 ae354b8 commit 4febfa4Copy full SHA for 4febfa4
justfile
@@ -19,6 +19,7 @@ downgrade-for-msrv:
19
cargo {{ toolchain }} update -p=idna_adapter --precise=1.2.0 # next ver: 1.82.0
20
cargo {{ toolchain }} update -p=litemap --precise=0.7.4 # next ver: 1.81.0
21
cargo {{ toolchain }} update -p=zerofrom --precise=0.1.5 # next ver: 1.81.0
22
+ cargo {{ toolchain }} update -p=time --precise=0.3.41 # next ver: 1.81.0
23
24
msrv := ```
25
cargo metadata --format-version=1 \
0 commit comments