Skip to content

Commit

Permalink
WIP update hdk, hdi, chrono (#133)
Browse files Browse the repository at this point in the history
* update hdk, hdi, chrono

* update profiles to 0.5.1
  • Loading branch information
zippy authored Aug 23, 2022
1 parent 8c5da47 commit 64afd3b
Show file tree
Hide file tree
Showing 11 changed files with 462 additions and 120 deletions.
88 changes: 63 additions & 25 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
let
holonixPath = (import ./nix/sources.nix).holonix; # points to the current state of the Holochain repository
holonix = import (holonixPath) {
holochainVersionId = "v0_0_150"; # specifies the Holochain version
holochainVersionId = "v0_0_155"; # specifies the Holochain version
};
nixpkgs = holonix.pkgs;
in nixpkgs.mkShell {
Expand Down
2 changes: 1 addition & 1 deletion happ/zomes/profiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ crate-type = ["cdylib", "rlib"]
name = "profiles"

[dependencies]
profiles = {git = "https://github.com/holochain-open-dev/profiles", rev = "for-hdk-v0.0.142", package = "hc_zome_profiles_coordinator"}
profiles = {git = "https://github.com/holochain-open-dev/profiles", rev = "for-hdk-v0.0.147", package = "hc_zome_profiles_coordinator"}
2 changes: 1 addition & 1 deletion happ/zomes/profiles_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ crate-type = ["cdylib", "rlib"]
name = "profiles_core"

[dependencies]
profiles_core = {git = "https://github.com/holochain-open-dev/profiles", rev = "for-hdk-v0.0.142", package = "hc_zome_profiles_integrity"}
profiles_core = {git = "https://github.com/holochain-open-dev/profiles", rev = "for-hdk-v0.0.147", package = "hc_zome_profiles_integrity"}
4 changes: 2 additions & 2 deletions happ/zomes/projects/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ crate-type = ["cdylib", "rlib"]
name = "projects"

[dependencies]
hdk = {version = "0.0.142", features = ["encoding"]}
hdk = {version = "0.0.147", features = ["encoding"]}
projects_core = { path = "../projects_core" }
chrono = {version = "0.4", features = ['alloc', 'std']}
chrono = { version = "0.4.22", default-features = false, features = ["clock", "std", "oldtime", "serde"], optional = true }
derive_more = "0"
serde = "*"
paste = "*"
Expand Down
4 changes: 2 additions & 2 deletions happ/zomes/projects_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ name = "projects_core"
[dependencies]
serde = "1"
derive_more = "0"
hdk = {version = "0.0.142", features = ["encoding"]}
hdi = {version = "0.0.14"}
hdk = {version = "0.0.147", features = ["encoding"]}
hdi = {version = "0.0.19"}

6 changes: 3 additions & 3 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"homepage": "",
"owner": "holochain",
"repo": "holonix",
"rev": "86826e241a74d519109d844270826f3e60933113",
"sha256": "1zgbsjcqrhmy7a69crzvxxpc2q3678c3g4mqic21h13ysv0l3859",
"rev": "8dcc09b0ed90d7de36215ee0ea487b98f9d6dda0",
"sha256": "1g7vdxs9k181mzjqmdk0va8kcmhf3ml4v5kzyrzbzk0k7zdd03xz",
"type": "tarball",
"url": "https://github.com/holochain/holonix/archive/86826e241a74d519109d844270826f3e60933113.tar.gz",
"url": "https://github.com/holochain/holonix/archive/8dcc09b0ed90d7de36215ee0ea487b98f9d6dda0.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}
}
3 changes: 3 additions & 0 deletions tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"license": "CAL-1.0",
"dependencies": {
"@holochain/client": "^0.7.0",
"@msgpack/msgpack": "^2.7.0",
"esm": "^3.2.25",
"js-base64": "^3.6.1",
"lodash-es": "^4.17.21",
"ts-node": "^10.9.1",
"typescript": "4.7.4"
Expand Down
Loading

0 comments on commit 64afd3b

Please sign in to comment.