File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ enable-ansi-support = "0.1.2"
23
23
env_logger = { version = " 0.9.0" , default-features = false }
24
24
guppy = " 0.13.0"
25
25
log = " 0.4.14"
26
- nextest-runner = { path = " ../nextest-runner" }
27
- nextest-metadata = { path = " ../nextest-metadata" }
26
+ nextest-runner = { version = " 0.1.0 " , path = " ../nextest-runner" }
27
+ nextest-metadata = { version = " 0.1.0 " , path = " ../nextest-metadata" }
28
28
owo-colors = { version = " 3.2.0" , features = [" supports-colors" ] }
29
29
shellwords = " 1.1.0"
30
30
supports-color = " 1.3.0"
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ serde_json = "1.0.79"
31
31
strip-ansi-escapes = " 0.1.1"
32
32
twox-hash = { version = " 1.6.2" , default-features = false }
33
33
34
- nextest-metadata = { path = " ../nextest-metadata" }
35
- quick-junit = { path = " ../quick-junit" }
34
+ nextest-metadata = { version = " 0.1.0 " , path = " ../nextest-metadata" }
35
+ quick-junit = { version = " 0.1.4 " , path = " ../quick-junit" }
36
36
37
37
[dev-dependencies ]
38
38
color-eyre = { version = " 0.6.0" , default-features = false }
You can’t perform that action at this time.
0 commit comments