Bump xshell and fix dist

This commit is contained in:
Laurențiu Nicola 2022-03-17 08:53:33 +02:00
parent c1cf2ef6f4
commit be6d5001e4
6 changed files with 9 additions and 9 deletions

View file

@ -35,5 +35,5 @@ limit = { path = "../limit", version = "0.0.0" }
[dev-dependencies]
test_utils = { path = "../test_utils" }
sourcegen = { path = "../sourcegen" }
xshell = "0.2.0"
xshell = "0.2.1"
expect-test = "1.2.0-pre.1"

View file

@ -75,7 +75,7 @@ jemallocator = { version = "0.4.1", package = "tikv-jemallocator", optional = tr
[dev-dependencies]
expect-test = "1.2.0-pre.1"
jod-thread = "0.1.0"
xshell = "0.2.0"
xshell = "0.2.1"
test_utils = { path = "../test_utils" }
sourcegen = { path = "../sourcegen" }

View file

@ -10,4 +10,4 @@ rust-version = "1.57"
doctest = false
[dependencies]
xshell = "0.2.0"
xshell = "0.2.1"