fix the cancellation bug

This commit is contained in:
Aleksey Kladov 2018-12-30 11:09:17 +03:00
parent 748fbb5371
commit c97bb8f7e4

View File

@ -4,3 +4,6 @@ members = [ "crates/*" ]
[profile.release]
incremental = true
debug = true
[patch.'crates-io']
salsa = { git = "https://github.com/matklad/salsa.git", branch = "transitive-untracked" }