aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-06-04 11:30:07 +0100
committerAleksey Kladov <[email protected]>2019-06-04 11:30:07 +0100
commitb3b096234ae5850df8783ebc034d2e2dfbaa517a (patch)
treeec444b67d055b2daddbc9d52976f1711bc7845f1 /Cargo.toml
parentd1b9fa446a3dbfb216fcc0b07d8a2990c632df9c (diff)
switch to panic-safe salsa
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