aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2021-01-16 18:36:01 +0000
committerAleksey Kladov <[email protected]>2021-01-16 18:36:01 +0000
commit842ed790eaac94a573492087581a31e5063693c3 (patch)
tree7859c63250deaac2077d312697c12c96242bd029 /Cargo.lock
parent9a349f280ff1c6d0b57df80aa3d6720474e4b00a (diff)
Simpler and faster rowan
This removes thread-local syntax node caching, which improves perf a bunch
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index db8b49122..7ba7aea15 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1325,9 +1325,9 @@ checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
1325 1325
1326[[package]] 1326[[package]]
1327name = "rowan" 1327name = "rowan"
1328version = "0.10.1" 1328version = "0.10.2"
1329source = "registry+https://github.com/rust-lang/crates.io-index" 1329source = "registry+https://github.com/rust-lang/crates.io-index"
1330checksum = "ca9516377b32367ade2fbe1846c75afa4827c8976f1c7d05d5473573d18a1a04" 1330checksum = "5093b337dccf58ace6c6d1fe7e28a0b8229c1e72579ae66bae258fbe53df3e0e"
1331dependencies = [ 1331dependencies = [
1332 "rustc-hash", 1332 "rustc-hash",
1333 "smol_str", 1333 "smol_str",