Skip to content

Commit

Permalink
holochain v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zo-el committed Sep 28, 2023
1 parent 7a6decf commit ae6a6cc
Show file tree
Hide file tree
Showing 9 changed files with 246 additions and 665 deletions.
304 changes: 152 additions & 152 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ version:
update:
rm -f Cargo.lock
echo '⚙️ Updating hdk and hdi crate...'
cargo upgrade hdk@=$(shell jq .hdk ./version-manager.json) hdi@=$(shell jq .hdi ./version-manager.json) --workspace --pinned
cargo upgrade -p hdk@=$(shell jq .hdk ./version-manager.json) -p hdi@=$(shell jq .hdi ./version-manager.json) --pinned
echo '⚙️ Updating holochain_version in nix...'
# nix flake lock --override-input holochain github:holochain/holochain/$(HOLOCHAIN_REV)
echo '⚙️ Building dnas and happ...'
Expand Down
Loading

0 comments on commit ae6a6cc

Please sign in to comment.