From fe2b4938ead556e7d96aac16d62fad5b1e465550 Mon Sep 17 00:00:00 2001 From: Simon Popugaev Date: Mon, 26 Feb 2024 16:25:54 +0300 Subject: [PATCH] update client version --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- tests/context.rs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0a4d64e..dc39fd9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -815,9 +815,9 @@ dependencies = [ [[package]] name = "golem-client" -version = "0.0.62" +version = "0.0.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4065eef9f11a5de373bbccda58c585123a745242a628e3cfba122094079cc34" +checksum = "066800e50c47dc4a15f56d9e54567b47d62c309816700ecb69335453724195c8" dependencies = [ "async-trait", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 2482016..0046151 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ clap = { version = "4.4.12", features = ["derive"] } clap-verbosity-flag = "2.1.1" derive_more = "0.99.17" futures-util = "0.3.30" -golem-client = "0.0.62" +golem-client = "0.0.63" golem-examples = "0.1.11" http = "1.0.0" indoc = "2.0.4" diff --git a/tests/context.rs b/tests/context.rs index a8d7875..13f7ff1 100644 --- a/tests/context.rs +++ b/tests/context.rs @@ -16,7 +16,7 @@ use std::path::PathBuf; use testcontainers::clients; const NETWORK: &str = "golem_test_network"; -const TAG: &str = "v0.0.62"; +const TAG: &str = "v0.0.63"; #[derive(Debug, Clone)] pub struct EnvConfig {