From 4c53ea0cc7b4423028f406a1a609ac72c04002c8 Mon Sep 17 00:00:00 2001 From: kajacx Date: Thu, 9 May 2024 13:59:59 +0200 Subject: [PATCH] Lock warg-client and warg-protocol to 0.4.1 See https://github.com/bytecodealliance/cargo-component/issues/293 --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5604333a..669ac15c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,9 +69,10 @@ members = ["crates/core", "crates/wit"] [workspace.dependencies] cargo-component-core = { path = "crates/core", version = "0.11.0" } -warg-protocol = "0.4.1" +# warm-client and warg-protocol have breaking change in 0.4.2, see https://github.com/bytecodealliance/cargo-component/issues/293 +warg-protocol = "=0.4.1" warg-crypto = "0.4.1" -warg-client = "0.4.1" +warg-client = "=0.4.1" warg-credentials = "0.4.1" warg-server = "0.4.1" anyhow = "1.0.82"