diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5b36448..225f638 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -60,7 +60,7 @@ jobs: - name: Run CLI tests run: | - cargo install holochain_cli@0.3.4 + cargo install holochain_cli@0.3.6 cargo build --release --target wasm32-unknown-unknown hc app pack workdir --recursive diff --git a/checked_cli/Cargo.toml b/checked_cli/Cargo.toml index d959244..2a1285c 100644 --- a/checked_cli/Cargo.toml +++ b/checked_cli/Cargo.toml @@ -8,8 +8,8 @@ name = "checked" [dependencies] holochain_client = { version = "=0.5.3", default-features = false } -holochain_conductor_api = { version = "0.3.4", features = ["sqlite-encrypted"] } -holochain_types = "0.3.4" +holochain_conductor_api = { version = "0.3.6", features = ["sqlite-encrypted"] } +holochain_types = "0.3.6" checked_types = { path = "../types/checked_types" } anyhow = "1.0.81" clap = { version = "4.5.2", features = ["derive", "cargo"] } @@ -32,7 +32,7 @@ dirs = "5.0.1" rpassword = "7.3.1" [dev-dependencies] -holochain = { version = "0.3.4", default-features = false, features = ["sweetest", "sqlite-encrypted"] } +holochain = { version = "0.3.6", default-features = false, features = ["sweetest", "sqlite-encrypted"] } signing_keys_types = { path = "../types/signing_keys" } warp = "0.3.6"