Skip to content

Commit 4ba01ec

Browse files
committed
Ship src with rust9x
Fixes #20.
1 parent 504991c commit 4ba01ec

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

config.rust9x.toml

+13-6
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,20 @@ target = [
1717

1818
docs = false
1919

20-
[rust]
21-
# This greatly increases the speed of rebuilds, especially when there are only minor changes. However, it makes the initial build slightly slower.
22-
# incremental = true
23-
# Make the compiler and standard library faster to build, at the expense of a ~20% runtime slowdown.
24-
# lto = "off"
20+
extended = true
21+
tools = [
22+
# "cargo",
23+
# "clippy",
24+
"rustdoc",
25+
# "rustfmt",
26+
# "rust-analyzer",
27+
# "analysis",
28+
"src",
29+
# "rust-demangler", # if profiler = true
30+
]
2531

26-
dist-src = false
32+
[rust]
33+
dist-src = true
2734

2835
[dist]
2936
src-tarball = false

0 commit comments

Comments
 (0)