Skip to content

Commit

Permalink
Tests working
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Dec 2, 2024
1 parent 79ab02c commit fed3280
Show file tree
Hide file tree
Showing 26 changed files with 4,261 additions and 5,325 deletions.
2,094 changes: 175 additions & 1,919 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ members = ["zomes/coordinator/*", "zomes/integrity/*"]
resolver = "2"

[workspace.dependencies]
hdi = "0.4"
hdk = "0.3"
hdi = "0.5.0-rc"
hdk = { version = "0.4.0-rc", features = [ "unstable-functions" ] }
serde = "1"

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@api-viewer/demo": "1.0.0-pre.10",
"@api-viewer/docs": "1.0.0-pre.10",
"@holochain/client": "^0.17.1",
"@darksoil-studio/profiles-zome": "github:darksoil-studio/profiles-zome#main-0.3&path:ui",
"@darksoil-studio/profiles-zome": "github:darksoil-studio/profiles-zome#main-0.4&path:ui",
"@darksoil-studio/messenger-zome": "workspace:*",
"@shoelace-style/shoelace": "^2.11.0",
"api-viewer-element": "^1.0.0-pre.10",
Expand Down
Loading

0 comments on commit fed3280

Please sign in to comment.