diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-06-04 11:30:55 +0100 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-06-04 11:30:55 +0100 |
commit | fcf30d8fa5ef965c7b741c66eb9d25a6781834cb (patch) | |
tree | ec444b67d055b2daddbc9d52976f1711bc7845f1 /Cargo.toml | |
parent | d1b9fa446a3dbfb216fcc0b07d8a2990c632df9c (diff) | |
parent | b3b096234ae5850df8783ebc034d2e2dfbaa517a (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.toml | 1 |
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 | |||
6 | debug = true | 6 | debug = true |
7 | 7 | ||
8 | [patch.'crates-io'] | 8 | [patch.'crates-io'] |
9 | salsa = { git = "https://github.com/matklad/salsa", branch = "strong-panic-safety" } \ No newline at end of file | ||