aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-01-04 19:31:35 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-01-04 19:31:35 +0000
commit04e6b26758003550633e41df14fe9bc0ac7f8e4a (patch)
tree5c9d5aaa6f3c82ec9b9abf06daf1533eb50634e0 /Cargo.toml
parent03e70711e69fbec175ee3eabe923fd84f1f50ed8 (diff)
parent6c8e54aaee59175cf5a5a7a84bacf0a4544fd1bb (diff)
Merge #428
428: :arrow_up: salsa r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index dd8499c06..c5155e899 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,4 +6,3 @@ incremental = true
6debug = true 6debug = true
7 7
8[patch.'crates-io'] 8[patch.'crates-io']
9salsa = { git = "https://github.com/matklad/salsa.git", branch = "transitive-untracked" }