Skip to content

Commit 8fd0ce9

Browse files
committed
chore(pact-broker-cli): remove deprecated arg from pactflow client
1 parent 8d77031 commit 8fd0ce9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ serde = { version = "1.0.228", features = ["derive"] }
4242
serde_json = "1.0.145"
4343

4444
## Pact CLI components
45-
pact-broker-cli = "=0.8.3"
45+
pact-broker-cli = "=0.8.4"
4646
pact_mock_server_cli = "=2.0.0"
4747
pact-plugin-cli = "=0.2.0"
4848
pact-stub-server = "=0.7.1"

src/bin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ pub fn main() -> ExitCode {
203203
}
204204

205205
// Regular pactflow handling
206-
match pact_broker_cli::cli::pactflow_client::run(args, std::env::args().collect()) {
206+
match pact_broker_cli::cli::pactflow_client::run(args) {
207207
Ok(_) => {
208208
capture_telemetry(&std::env::args().collect::<Vec<_>>(), 0, None);
209209
Ok(())

0 commit comments

Comments
 (0)