Skip to content

Commit

Permalink
Bumped holochain
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Jan 27, 2022
1 parent 23e8d9a commit 651e9c1
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
sudo apt install caddy
- name: install Holochain
run: |
cargo install --locked holochain --git https://github.com/holochain/holochain.git --tag holochain-0.0.123
cargo install --locked holochain --git https://github.com/holochain/holochain.git --tag holochain-0.0.124
cargo install lair_keystore --git https://github.com/guillemcordoba/lair --rev 8c0a3683d93540301af53688ea431c7cc0beb438
- name: setup binaries (ubuntu only)
if: matrix.platform == 'ubuntu-18.04'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
sudo apt install caddy
- name: install Holochain
run: |
cargo install --locked holochain --git https://github.com/holochain/holochain.git --tag holochain-0.0.123
cargo install --locked holochain --git https://github.com/holochain/holochain.git --tag holochain-0.0.124
cargo install lair_keystore --git https://github.com/guillemcordoba/lair --rev 8c0a3683d93540301af53688ea431c7cc0beb438
- name: setup binaries (ubuntu only)
run: |
Expand Down
46 changes: 23 additions & 23 deletions src-tauri/Cargo.lock

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

10 changes: 5 additions & 5 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ base64 = "0.13.0"
chrono = {version = "0.4", features = ["serde"] }
flate2 = "1.0.20"
futures = "0.3"
holochain_conductor_api = "0.0.23"
holochain_client = {git = "https://github.com/holochain/holochain-client-rust", rev = "0fcdef82821f02d7ed394609e1abaf2aed1eaa8c"}
holochain_p2p = "0.0.23"
holochain_types = "0.0.23"
holochain_websocket = "0.0.23"
holochain_conductor_api = "0.0.24"
holochain_client = {git = "https://github.com/holochain/holochain-client-rust", rev = "e75adaaea7d1129f41597f6b080dcc498710850b"}
holochain_p2p = "0.0.24"
holochain_types = "0.0.24"
holochain_websocket = "0.0.24"
log = "0.4.14"
log4rs = "1.0.0"
mr_bundle = "0.0.4"
Expand Down

0 comments on commit 651e9c1

Please sign in to comment.