Skip to content

Commit 3098ed2

Browse files
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#172
1 parent 269e5f5 commit 3098ed2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ lto = "thin"
1616
debug = 1
1717
opt-level = 3
1818
lto = "fat"
19-
strip = true
2019

2120
[dependencies]
2221
tokio = { version = "1", features = [

0 commit comments

Comments
 (0)