aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-06-04 11:30:55 +0100
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-06-04 11:30:55 +0100
commitfcf30d8fa5ef965c7b741c66eb9d25a6781834cb (patch)
treeec444b67d055b2daddbc9d52976f1711bc7845f1 /Cargo.toml
parentd1b9fa446a3dbfb216fcc0b07d8a2990c632df9c (diff)
parentb3b096234ae5850df8783ebc034d2e2dfbaa517a (diff)
Merge #1375
1375: switch to panic-safe 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, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c5155e899..5106ea91d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,3 +6,4 @@ incremental = true
6debug = true 6debug = true
7 7
8[patch.'crates-io'] 8[patch.'crates-io']
9salsa = { git = "https://github.com/matklad/salsa", branch = "strong-panic-safety" } \ No newline at end of file