aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_prof/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-05-07 18:54:33 +0100
committerAleksey Kladov <[email protected]>2019-05-07 18:54:33 +0100
commit1667b5cf52a8f2854c7299242820c951eab50f7a (patch)
treed7dee875aad8182a83195dba6d767d26dcff53d3 /crates/ra_prof/Cargo.toml
parent70cd5ffbf5f2283fc4986c581d225987620b5335 (diff)
switch to once_cell from lazy_static
Diffstat (limited to 'crates/ra_prof/Cargo.toml')
-rw-r--r--crates/ra_prof/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_prof/Cargo.toml b/crates/ra_prof/Cargo.toml
index 19ce21783..5f23e865c 100644
--- a/crates/ra_prof/Cargo.toml
+++ b/crates/ra_prof/Cargo.toml
@@ -6,4 +6,4 @@ authors = ["rust-analyzer developers"]
6publish = false 6publish = false
7 7
8[dependencies] 8[dependencies]
9lazy_static = "1.3.0" \ No newline at end of file 9once_cell = "0.2.0"