3333 uses : actions-rs/cargo@v1
3434 with :
3535 command : build
36- args : --workspace --locked -- release
36+ args : --workspace --release
3737
3838 - name : Rename binary
3939 run : mv target/release/jellyfin-rpc target/release/jellyfin-rpc-x86_64-linux
4242 uses : actions-rs/cargo@v1
4343 with :
4444 command : test
45- args : --all-features --locked
45+ args : --all-features
4646
4747 - name : Release
4848 uses : softprops/action-gh-release@v1
8888 with :
8989 use-cross : true
9090 command : build
91- args : --target armv7-unknown-linux-gnueabihf --workspace --locked -- release
91+ args : --target armv7-unknown-linux-gnueabihf --workspace --release
9292
9393 - name : Rename binary
9494 run : mv target/armv7-unknown-linux-gnueabihf/release/jellyfin-rpc target/armv7-unknown-linux-gnueabihf/release/jellyfin-rpc-arm32-linux
@@ -137,7 +137,7 @@ jobs:
137137 with :
138138 use-cross : true
139139 command : build
140- args : --target aarch64-unknown-linux-gnu --workspace --locked -- release
140+ args : --target aarch64-unknown-linux-gnu --workspace --release
141141
142142 - name : Rename binary
143143 run : mv target/aarch64-unknown-linux-gnu/release/jellyfin-rpc target/aarch64-unknown-linux-gnu/release/jellyfin-rpc-arm64-linux
@@ -179,13 +179,13 @@ jobs:
179179 uses : actions-rs/cargo@v1
180180 with :
181181 command : build
182- args : --workspace --locked -- release
182+ args : --workspace --release
183183
184184 - name : Run cargo test
185185 uses : actions-rs/cargo@v1
186186 with :
187187 command : test
188- args : --all-features --locked
188+ args : --all-features
189189
190190 - name : Release
191191 uses : softprops/action-gh-release@v1
@@ -224,7 +224,7 @@ jobs:
224224 uses : actions-rs/cargo@v1
225225 with :
226226 command : build
227- args : --target x86_64-apple-darwin --workspace --locked -- release
227+ args : --target x86_64-apple-darwin --workspace --release
228228
229229 - name : Rename binary
230230 run : mv target/x86_64-apple-darwin/release/jellyfin-rpc target/x86_64-apple-darwin/release/jellyfin-rpc-x86_64-darwin
@@ -233,7 +233,7 @@ jobs:
233233 uses : actions-rs/cargo@v1
234234 with :
235235 command : test
236- args : --all-features --locked
236+ args : --all-features
237237
238238 - name : Release
239239 uses : softprops/action-gh-release@v1
@@ -273,7 +273,7 @@ jobs:
273273 uses : actions-rs/cargo@v1
274274 with :
275275 command : build
276- args : --target aarch64-apple-darwin --workspace --locked -- release
276+ args : --target aarch64-apple-darwin --workspace --release
277277
278278 - name : Rename binary
279279 run : mv target/aarch64-apple-darwin/release/jellyfin-rpc target/aarch64-apple-darwin/release/jellyfin-rpc-arm64-darwin
0 commit comments