Skip to content

Commit

Permalink
Bump to Holochain 0.3.6 (#15)
Browse files Browse the repository at this point in the history
* Bump to Holochain 0.3.6

* More updates to 0.3.6

* Install Holochain locked

* Use newer Go version

* Correct file extension for dependabot
  • Loading branch information
ThetaSinner authored Dec 18, 2024
1 parent 1edd136 commit 75955b4
Show file tree
Hide file tree
Showing 7 changed files with 575 additions and 530 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: '^1.21.10'
go-version: '^1.22.3'

- uses: Swatinem/rust-cache@v2

- name: Run CLI tests
run: |
cargo install [email protected].4
cargo install [email protected].6 --locked
cargo build --release --target wasm32-unknown-unknown
hc app pack workdir --recursive
Expand Down
56 changes: 28 additions & 28 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ exclude = ["checked_cli"]
resolver = "2"

[workspace.dependencies]
hdi = "=0.4.4"
hdk = "=0.3.4"
holochain_zome_types = "0.3.4"
holo_hash = "0.3.4"
hdi = "=0.4.6"
hdk = "=0.3.6"
holochain_zome_types = "0.3.6"
holo_hash = "0.3.6"
serde = "1.0"
chrono = { version = "0.4.34", default-features = false, features = ["clock", "std"] }
hex = "0.4.3"
Expand Down
Loading

0 comments on commit 75955b4

Please sign in to comment.