Skip to content

Commit

Permalink
bump hdk
Browse files Browse the repository at this point in the history
  • Loading branch information
ddd-mtl committed Sep 21, 2023
1 parent 25f4594 commit 82f201d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ rust-version = "1.65.0"
edition = "2021"

[workspace.dependencies]
serde = { version = "1.0", default-features = false }
hdi = { version = "=0.3.1", default-features = false }
hdk = { version = "=0.2.1", default-features = false }
serde = { version = "=1.0.163", default-features = false }
hdi = { version = "=0.3.2", default-features = false }
hdk = { version = "=0.2.2", default-features = false }

zome_utils = { git = "https://github.com/ddd-mtl/zome-utils", branch = "hdk-2.1" }
time_indexing = { git = "https://github.com/ddd-mtl/time-indexing", branch = "hdk-2.1" }
path_explorer_types = {git = "https://github.com/lightningrodlabs/path-explorer", package = "path_explorer_types", branch = "hdk-2.1"}
zome_utils = { git = "https://github.com/ddd-mtl/zome-utils", branch = "hdk-2.2" }
time_indexing = { git = "https://github.com/ddd-mtl/time-indexing", branch = "hdk-2.2" }
path_explorer_types = {git = "https://github.com/lightningrodlabs/path-explorer", package = "path_explorer_types", branch = "hdk-2.2"}

[profile.dev]
lto = false
Expand Down
2 changes: 1 addition & 1 deletion dna/zomes/path_explorer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
hdk.workspace = true
path_explorer = {git = "https://github.com/lightningrodlabs/path-explorer", package = "path_explorer", branch = "hdk-2.1"}
path_explorer = {git = "https://github.com/lightningrodlabs/path-explorer", package = "path_explorer", branch = "hdk-2.2"}
3 changes: 0 additions & 3 deletions webapp/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@

export * from './threads-app';
export * from './globals';

//customElements.define('threads-test-page', ThreadsTestPage);
2 changes: 1 addition & 1 deletion webapp/src/threads-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ import {
} from "@ddd-qc/lit-happ";
import {
DEFAULT_THREADS_DEF, globalProfilesContext, ThreadsDvm,
ProfilesDvm,
} from "@threads/elements";

import {HC_ADMIN_PORT, HC_APP_PORT} from "./globals"
import {ProfilesDvm} from "@threads/elements";
import {ContextProvider} from "@lit-labs/context";
import {BaseRoleName, CloneId, AppProxy} from "@ddd-qc/cell-proxy";

Expand Down

0 comments on commit 82f201d

Please sign in to comment.