Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
update client version
Browse files Browse the repository at this point in the history
  • Loading branch information
senia-psm committed Feb 26, 2024
1 parent db11a6e commit fe2b493
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tests/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit fe2b493

Please sign in to comment.