aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-01-15 12:06:45 +0000
committerAleksey Kladov <[email protected]>2019-01-15 12:06:45 +0000
commitdd45697e5396d4a6ac8e838e1f4f510c960b9c43 (patch)
treef483dcc7745092c05b03e76b8b664591b730a359 /Cargo.toml
parentf6f2e89e7ac9c4afbda11bade21f902c552fbba2 (diff)
update salsa
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 59ce6b23d..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", branch = "panic-hooks" }