Skip to content

Commit

Permalink
Upped syn
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Dec 7, 2023
1 parent b55e0f0 commit 2bde2fa
Show file tree
Hide file tree
Showing 15 changed files with 2,042 additions and 1,928 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
node_modules/
/dist/
dist/
/target/
/.cargo/
*.happ
Expand Down
62 changes: 30 additions & 32 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ opt-level = "z"
opt-level = "z"

[workspace.dependencies]
hdi = "0.3.2"
hdk = "0.2.2"
holochain = "0.2.2"
hdi = "0.3.3"
hdk = "0.2.3"
holochain = "0.2.3"
serde = "1"
2 changes: 1 addition & 1 deletion dnas/notebooks/zomes/coordinator/profiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ crate-type = ["cdylib", "rlib"]
name = "profiles"

[dependencies]
hc_zome_profiles_coordinator = "0.2"
hc_zome_profiles_coordinator = { git = "https://github.com/holochain-open-dev/profiles", branch = "main" }
2 changes: 1 addition & 1 deletion dnas/notebooks/zomes/integrity/profiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ crate-type = ["cdylib", "rlib"]
name = "profiles_integrity"

[dependencies]
hc_zome_profiles_integrity = "0.2"
hc_zome_profiles_integrity = { git = "https://github.com/holochain-open-dev/profiles", branch = "main" }
32 changes: 16 additions & 16 deletions flake.lock

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

Loading

0 comments on commit 2bde2fa

Please sign in to comment.