Commit 3098ed2
committed
feat: remove strip from Cargo.toml
The option "strip = true" in the Cargo.toml file prevetns docker to use
the cache for the cargo dependencies.
```
[profile.release]
...
strip = true
```
More info:
LukeMathWalker/cargo-chef#1721 parent 269e5f5 commit 3098ed2
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
0 commit comments