diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-03-07 08:13:27 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-07 08:13:27 +0000 |
commit | 708ec9821f9bcfeafbc82f8260c264fb32b8b750 (patch) | |
tree | 09fa1352707b189a9d31fb1c7914908301c35df5 /xtask/Cargo.toml | |
parent | f0b7c02f16f717744e7edc79a405db14110393cf (diff) | |
parent | 0296cd590e4c0a21f75b7ec7b420d849c7e9588e (diff) |
Merge #7895
7895: :arrow_up: xflags r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'xtask/Cargo.toml')
-rw-r--r-- | xtask/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index b17dde598..e084f0df6 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml | |||
@@ -15,5 +15,5 @@ ungrammar = "=1.11" | |||
15 | walkdir = "2.3.1" | 15 | walkdir = "2.3.1" |
16 | write-json = "0.1.0" | 16 | write-json = "0.1.0" |
17 | xshell = "0.1" | 17 | xshell = "0.1" |
18 | xflags = "0.1.2" | 18 | xflags = "0.2.1" |
19 | # Avoid adding more dependencies to this crate | 19 | # Avoid adding more dependencies to this crate |