Skip to content

Commit 2bde2fa

Browse files
Upped syn
1 parent b55e0f0 commit 2bde2fa

File tree

15 files changed

+2042
-1928
lines changed

15 files changed

+2042
-1928
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
node_modules/
2-
/dist/
2+
dist/
33
/target/
44
/.cargo/
55
*.happ

Cargo.lock

Lines changed: 30 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ opt-level = "z"
99
opt-level = "z"
1010

1111
[workspace.dependencies]
12-
hdi = "0.3.2"
13-
hdk = "0.2.2"
14-
holochain = "0.2.2"
12+
hdi = "0.3.3"
13+
hdk = "0.2.3"
14+
holochain = "0.2.3"
1515
serde = "1"

dnas/notebooks/zomes/coordinator/profiles/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ crate-type = ["cdylib", "rlib"]
99
name = "profiles"
1010

1111
[dependencies]
12-
hc_zome_profiles_coordinator = "0.2"
12+
hc_zome_profiles_coordinator = { git = "https://github.com/holochain-open-dev/profiles", branch = "main" }

dnas/notebooks/zomes/integrity/profiles/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ crate-type = ["cdylib", "rlib"]
99
name = "profiles_integrity"
1010

1111
[dependencies]
12-
hc_zome_profiles_integrity = "0.2"
12+
hc_zome_profiles_integrity = { git = "https://github.com/holochain-open-dev/profiles", branch = "main" }

flake.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)