File tree Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 1
1
[alias ]
2
2
xtask = " run --package xtask --"
3
3
4
- [net ]
5
- git-fetch-with-cli = true
6
-
7
- [profile .dev ]
8
- panic = " abort"
9
-
10
- [profile .release ]
11
- panic = " abort"
12
-
13
4
# We'd like to set this only if the `tokio-console` feature is enabled, but it
14
5
# is not recommended to match on a `cfg` directive that includes features.
15
6
# See https://doc.rust-lang.org/cargo/reference/config.html#target.
16
7
[build ]
17
8
rustflags = [" --cfg" , " tokio_unstable" ]
18
-
19
- # https://github.com/rust-lang/cargo/issues/3946#issuecomment-973132993
20
- [env ]
21
- CARGO_WORKSPACE_DIR = { value = " " , relative = true }
Original file line number Diff line number Diff line change @@ -17,6 +17,11 @@ members = [
17
17
18
18
resolver = " 2"
19
19
20
+ [profile .dev ]
21
+ panic = " abort"
22
+
23
+ [profile .release ]
24
+ panic = " abort"
20
25
21
26
[workspace .dependencies ]
22
27
You can’t perform that action at this time.
0 commit comments