Skip to content

Commit

Permalink
chore: update trycp client and API versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cdunster committed Oct 18, 2024
1 parent 739d90b commit 451fb81
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ ed25519-dalek = "2.1"

# Deps for Holochain
holochain_client = { version = "=0.6.0-dev.10" }
trycp_client = { version = "0.17.0-dev.5" }
trycp_api = { version = "0.17.0-dev.5" }
trycp_client = { version = "0.17.0-dev.6" }
trycp_api = { version = "0.17.0-dev.6" }
holochain_zome_types = { version = "0.4.0-dev.18" }
holo_hash = { version = "0.4.0-dev.13" }
holochain_types = { version = "0.4.0-dev.26" }
Expand Down
1 change: 0 additions & 1 deletion bindings/trycp_runner/src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ where
std::fs::create_dir_all(&path)
.with_context(|| format!("Failed to create log directory at {path:?}"))?;

std::fs::write(path.join("lair-stderr.log"), logs.lair_stderr)?;
std::fs::write(path.join("conductor-stdout.log"), logs.conductor_stdout)?;
std::fs::write(path.join("conductor-stderr.log"), logs.conductor_stderr)?;

Expand Down

0 comments on commit 451fb81

Please sign in to comment.