@@ -14,35 +14,11 @@ test_current: builder
1414 rm -f Cargo.lock
1515 $(DOCKER_RUN ) ${TAG} cargo test
1616
17- test_57 : builder_57
18- # rm -f Cargo.lock
19- # $(DOCKER_RUN) ${TAG_57} cargo update -p log:0.4.20 --precise 0.4.18
20- # $(DOCKER_RUN) ${TAG_57} cargo update -p tempfile --precise 3.6.0
21- # $(DOCKER_RUN) ${TAG_57} cargo update -p sct:0.7.1 --precise 0.7.0
22- $(DOCKER_RUN ) ${TAG_57} cargo update -p zip:0.6.6 --precise 0.6.3 || true
23- $(DOCKER_RUN ) ${TAG_57} cargo update -p rustls:0.21.10 --precise 0.21.1 || true
24- $(DOCKER_RUN ) ${TAG_57} cargo update -p rustls:0.21.7 --precise 0.21.1 || true
25- $(DOCKER_RUN ) ${TAG_57} cargo update -p rustls:0.21.4 --precise 0.21.1 || true
26- $(DOCKER_RUN ) ${TAG_57} cargo update -p rustls:0.21.2 --precise 0.21.1 || true
27- $(DOCKER_RUN ) ${TAG_57} cargo update -p rustls:0.20.9 --precise 0.20.8 || true
28- $(DOCKER_RUN ) ${TAG_57} cargo update -p rustls-webpki:0.100.3 --precise 0.100.1 || true
29- $(DOCKER_RUN ) ${TAG_57} cargo update -p rustls-webpki:0.101.4 --precise 0.101.1 || true
30- $(DOCKER_RUN ) ${TAG_57} cargo update -p rustls-webpki:0.101.7 --precise 0.101.1 || true
31- $(DOCKER_RUN ) ${TAG_57} cargo update -p crossbeam-utils:0.8.18 --precise 0.8.16 || true
32- $(DOCKER_RUN ) ${TAG_57} cargo update -p tokio:1.35.1 --precise 1.29.1 || true
33- $(DOCKER_RUN ) ${TAG_57} cargo update -p rustix:0.38.9 --precise 0.38.3 || true
34- $(DOCKER_RUN ) ${TAG_57} cargo update -p ring:0.17.7 --precise 0.16.20 || true
35- $(DOCKER_RUN ) ${TAG_57} cargo update -p byteorder:1.5.0 --precise 0.4.3 || true
36- $(DOCKER_RUN ) ${TAG_57} cargo update -p webpki:0.22.4 --precise 0.22.0 || true
37- $(DOCKER_RUN ) ${TAG_57} cargo update -p crossbeam-epoch:0.9.17 --precise 0.9.15 || true
38- $(DOCKER_RUN ) ${TAG_57} cargo update -p byteorder:1.5.0 --precise 0.4.3 || true
39- $(DOCKER_RUN ) ${TAG_57} cargo test
40-
4117test_63 : builder_63
4218 rm -f Cargo.lock
4319 $(DOCKER_RUN ) ${TAG_63} cargo test || true
44- $(DOCKER_RUN ) ${TAG_63} cargo update -p home:0.5.9 --precise 0.5.5 || true
45- $(DOCKER_RUN ) ${TAG_63} cargo update -p tokio:1.40 .0 --precise 1.38.1 || true
20+ $(DOCKER_RUN ) ${TAG_63} cargo update -p home:0.5.11 --precise 0.5.5 || true
21+ $(DOCKER_RUN ) ${TAG_63} cargo update -p tokio:1.43 .0 --precise 1.38.1 || true
4622 $(DOCKER_RUN ) ${TAG_63} cargo update -p cc --precise 1.0.105 || true
4723 $(DOCKER_RUN ) ${TAG_63} cargo test
4824
0 commit comments