Skip to content

Commit

Permalink
More updates to 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Dec 17, 2024
1 parent 6843ffa commit 705ebef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Run CLI tests
run: |
cargo install [email protected].4
cargo install [email protected].6
cargo build --release --target wasm32-unknown-unknown
hc app pack workdir --recursive
Expand Down
6 changes: 3 additions & 3 deletions checked_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand All @@ -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"

Expand Down

0 comments on commit 705ebef

Please sign in to comment.