mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
724862a1a4
https://github.com/salsa-rs/salsa/issues/99 https://github.com/Amanieu/parking_lot/issues/101
13 lines
282 B
TOML
13 lines
282 B
TOML
[workspace]
|
|
members = [ "crates/*" ]
|
|
|
|
[profile.release]
|
|
incremental = true
|
|
debug = true
|
|
|
|
|
|
[patch.'crates-io']
|
|
# https://github.com/salsa-rs/salsa/pull/75
|
|
# and
|
|
# https://github.com/salsa-rs/salsa/issues/99
|
|
salsa = { git = "https://github.com/matklad/salsa", branch = "no-upgrade" }
|