aboutsummaryrefslogtreecommitdiff
path: root/xtask/Cargo.toml
diff options
context:
space:
mode:
authorDmitry <[email protected]>2020-08-14 15:58:04 +0100
committerDmitry <[email protected]>2020-08-14 17:09:47 +0100
commitc8a6ecc075f5198a0b197d5d99afa517d4a9818d (patch)
tree913dd97be5e2c75c8ab0636c43d6b1fbe50037b2 /xtask/Cargo.toml
parent034db28c542c04b22147da6722328bc74ff99386 (diff)
Revert "replase sparse-checkout by github api"
This reverts commit 034db28c542c04b22147da6722328bc74ff99386.
Diffstat (limited to 'xtask/Cargo.toml')
-rw-r--r--xtask/Cargo.toml5
1 files changed, 0 insertions, 5 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml
index 930adfec0..1a1140b04 100644
--- a/xtask/Cargo.toml
+++ b/xtask/Cargo.toml
@@ -18,8 +18,3 @@ quote = "1.0.2"
18ungrammar = "1.1.1" 18ungrammar = "1.1.1"
19walkdir = "2.3.1" 19walkdir = "2.3.1"
20write-json = "0.1.0" 20write-json = "0.1.0"
21reqwest = { version = "0.10.7", features = ["blocking", "json"] }
22graphql_client = "0.9.0"
23serde = "1.0.115"
24regex = "1.3.9"
25chrono = "0.4.13"