Skip to content

Commit 50825a4

Browse files
committed
Renormalize line endings
1 parent 1e3b1cc commit 50825a4

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

crates/ra_prof/Cargo.toml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
[package]
2-
edition = "2018"
3-
name = "ra_prof"
4-
version = "0.1.0"
5-
authors = ["rust-analyzer developers"]
6-
publish = false
7-
8-
[dependencies]
9-
once_cell = "1.0.1"
10-
itertools = "0.8.0"
11-
backtrace = "0.3.28"
12-
13-
[target.'cfg(not(target_env = "msvc"))'.dependencies]
14-
jemallocator = { version = "0.3.2", optional = true }
15-
jemalloc-ctl = { version = "0.3.2", optional = true }
16-
17-
[features]
18-
jemalloc = [ "jemallocator", "jemalloc-ctl" ]
19-
cpu_profiler = []
1+
[package]
2+
edition = "2018"
3+
name = "ra_prof"
4+
version = "0.1.0"
5+
authors = ["rust-analyzer developers"]
6+
publish = false
7+
8+
[dependencies]
9+
once_cell = "1.0.1"
10+
itertools = "0.8.0"
11+
backtrace = "0.3.28"
12+
13+
[target.'cfg(not(target_env = "msvc"))'.dependencies]
14+
jemallocator = { version = "0.3.2", optional = true }
15+
jemalloc-ctl = { version = "0.3.2", optional = true }
16+
17+
[features]
18+
jemalloc = [ "jemallocator", "jemalloc-ctl" ]
19+
cpu_profiler = []

0 commit comments

Comments
 (0)