File tree 2 files changed +1
-5
lines changed 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ jobs:
189
189
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
190
190
- name : Install Rust
191
191
uses : dtolnay/rust-toolchain@stable
192
- - uses : taiki-e/upload-rust-binary-action@aefa20ac5893ee9a660dd3e995c9dc9a715e93f0 # v1.18 .0
192
+ - uses : taiki-e/upload-rust-binary-action@6eae9d714e13744ede2258c97f4390dd0d88331e # v1.19 .0
193
193
with :
194
194
bin : cargo-nextest
195
195
# The tag name contains the binary name so just use that.
Original file line number Diff line number Diff line change @@ -35,10 +35,6 @@ opt-level = 3
35
35
[profile .dev .package .similar ]
36
36
opt-level = 3
37
37
38
- [profile .release ]
39
- # This is Cargo's default, but the rust-binary-upload-action calls `strip` if this isn't set anyway.
40
- strip = " none"
41
-
42
38
[patch .crates-io ]
43
39
nextest-workspace-hack = { path = " workspace-hack" }
44
40
You can’t perform that action at this time.
0 commit comments