From 919e83abb12e322d5398e2fe8d101c78292fddb1 Mon Sep 17 00:00:00 2001 From: Ronald Holshausen Date: Tue, 25 Jun 2024 11:43:38 +1000 Subject: [PATCH] chore: remove pact-plugin-driver from patch.crates-io --- rust/Cargo.lock | 5 +++-- rust/Cargo.toml | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index fbd5e007..bf5a1b7a 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1899,8 +1899,9 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pact-plugin-driver" -version = "0.6.2" -source = "git+https://github.com/pact-foundation/pact-plugins.git#7fe7d9207c8c91fc472200ce1fb77198b4963036" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dafb1371bf02e0fa25212061d41cc5cbc4ad1116d1e988a86eede5e5bb338931" dependencies = [ "anyhow", "async-trait", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index eb0736cb..1258ce49 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -21,7 +21,6 @@ pact_matching = { version = "~1.2.4", path = "./pact_matching" } # Issue 389 - Pull change into other crates pact_models = { version = "~1.2.1", path = "./pact_models" } pact_mock_server = { git = "https://github.com/pact-foundation/pact-core-mock-server.git", branch = "v2.0.x" } -pact-plugin-driver = { git = "https://github.com/pact-foundation/pact-plugins.git" } [profile.release] strip = true