Skip to content

Commit 155f04c

Browse files
committed
ci: add trim paths
1 parent ba233bf commit 155f04c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.depl/patch-cargo-toml.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"patches": [
33
{
44
"files": [{"just": "Cargo.toml"}],
5-
"replace": {"from_to": ["cargo-features = [\"panic-immediate-abort\"]", ""]}
5+
"replace": {"from_to": ["\"panic-immediate-abort\", ", ""]}
66
},
77
{
88
"files": [{"just": "Cargo.toml"}],

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cargo-features = ["panic-immediate-abort"]
1+
cargo-features = ["panic-immediate-abort", "trim-paths"]
22

33
[workspace]
44
members = [
@@ -82,3 +82,4 @@ codegen-units = 1
8282
panic = "immediate-abort"
8383
strip = true
8484
incremental = false
85+
trim-paths = "all"

0 commit comments

Comments
 (0)