From 12dfe958931df5f8343328eb51e4ae199de69b7c Mon Sep 17 00:00:00 2001 From: zo-el Date: Wed, 13 Dec 2023 04:14:31 +0530 Subject: [PATCH] version bump 0.2.4-rc.0 --- Cargo.lock | 81 ++++++++++++------------- flake.lock | 38 ++++++------ flake.nix | 2 +- version-manager.json | 10 +-- zomes/hc_cz_profile/Cargo.toml | 8 +-- zomes/hc_iz_membrane_manager/Cargo.toml | 4 +- zomes/hc_iz_profile/Cargo.toml | 4 +- 7 files changed, 73 insertions(+), 74 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 67c66e0..10d9673 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -474,7 +474,7 @@ dependencies = [ "ident_case", "proc-macro2", "quote", - "syn 2.0.39", + "syn 2.0.40", ] [[package]] @@ -496,7 +496,7 @@ checksum = "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5" dependencies = [ "darling_core 0.20.3", "quote", - "syn 2.0.39", + "syn 2.0.40", ] [[package]] @@ -583,7 +583,7 @@ dependencies = [ "darling 0.20.3", "proc-macro2", "quote", - "syn 2.0.39", + "syn 2.0.40", ] [[package]] @@ -682,7 +682,7 @@ checksum = "53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb" dependencies = [ "proc-macro2", "quote", - "syn 2.0.39", + "syn 2.0.40", ] [[package]] @@ -791,7 +791,7 @@ checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" [[package]] name = "hc_cz_profile" -version = "0.2.3" +version = "0.2.4-rc.0" dependencies = [ "hc_iz_profile", "hc_utils", @@ -802,7 +802,7 @@ dependencies = [ [[package]] name = "hc_iz_membrane_manager" -version = "0.2.3" +version = "0.2.4-rc.0" dependencies = [ "hdi", "serde", @@ -810,7 +810,7 @@ dependencies = [ [[package]] name = "hc_iz_profile" -version = "0.2.3" +version = "0.2.4-rc.0" dependencies = [ "hdi", "serde", @@ -818,9 +818,9 @@ dependencies = [ [[package]] name = "hc_utils" -version = "0.2.3" +version = "0.2.4-rc.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4c6232e28c16d0745873e288d843efb8ae66b6999b4bcca8ab2d474c6aa6888" +checksum = "854e28e02a279ba6bf6e91c2b847f7fafc1cce38047e5aeffdf06b052dcc4ce6" dependencies = [ "hdk", "serde", @@ -829,9 +829,9 @@ dependencies = [ [[package]] name = "hdi" -version = "0.3.3" +version = "0.3.4-rc.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6568919485f54572855a9f7629f2814d11d76f8f5affa848bae2f426d0634c22" +checksum = "4788f5c2d199c83cd011fad49d1cd3ee09f4a87714bdf85d48bea89b3f674d24" dependencies = [ "hdk_derive", "holo_hash", @@ -846,9 +846,9 @@ dependencies = [ [[package]] name = "hdk" -version = "0.2.3" +version = "0.2.4-rc.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff843e6ee200443fcfe4a9a1008386fac5bb41b1a36764b61ade96769a84b38c" +checksum = "412f1855834c44abfce5d16fa9b4b682fefbe2eade94d6cc8eed020cea768b96" dependencies = [ "getrandom", "hdi", @@ -866,9 +866,9 @@ dependencies = [ [[package]] name = "hdk_derive" -version = "0.2.3" +version = "0.2.4-rc.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d773202681553c81ee86b4fc0d9c865cb8839bf936a3c55030e796a789069736" +checksum = "08caa919da91ef6ea71b6ce8bc10d9366d436011260f5cd9a66a1185e3fec3eb" dependencies = [ "darling 0.14.4", "heck", @@ -918,9 +918,9 @@ dependencies = [ [[package]] name = "holochain_integrity_types" -version = "0.2.3" +version = "0.2.4-rc.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3c4a6e37dc8cbeac95a3e1a1eaf64d7c616b82431944115183cbf9c9aeead90" +checksum = "f8cc420cac34aaa2086217d002b0756ec9776b9c483589103626499bc93e23c7" dependencies = [ "holo_hash", "holochain_serialized_bytes", @@ -1004,9 +1004,9 @@ dependencies = [ [[package]] name = "holochain_zome_types" -version = "0.2.3" +version = "0.2.4-rc.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e65e6e564fbea4eb006a59fb3a75133f42661753f953b32641d0d433bb226174" +checksum = "ad9ed21d190492b553874c784eb8c0d44b2a431053264965c9b0f6083b5fdd85" dependencies = [ "holo_hash", "holochain_integrity_types", @@ -1014,7 +1014,6 @@ dependencies = [ "holochain_wasmer_common", "kitsune_p2p_bin_data", "kitsune_p2p_block", - "kitsune_p2p_dht", "kitsune_p2p_timestamp", "paste", "serde", @@ -1124,9 +1123,9 @@ dependencies = [ [[package]] name = "itoa" -version = "1.0.9" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" +checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" [[package]] name = "js-sys" @@ -1154,9 +1153,9 @@ dependencies = [ [[package]] name = "kitsune_p2p_block" -version = "0.2.3" +version = "0.2.4-rc.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f4aa00dd7253f936aaee72e494db3de81dac9a051f768827e8bedb91a324763" +checksum = "8ec3e90d252babcb52be64ea450b67eef71be0034565eed37cc6ff8720b907ef" dependencies = [ "kitsune_p2p_bin_data", "kitsune_p2p_timestamp", @@ -1166,9 +1165,9 @@ dependencies = [ [[package]] name = "kitsune_p2p_dht" -version = "0.2.3" +version = "0.2.4-rc.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1646c207ebd2477468fe7f1fb65ae8d79cf51d88a6048926baeda66568930f92" +checksum = "fc57723b8bdc906da09842fd6c253920ca8b9fca8e7654ad53dde66bd1aae3b3" dependencies = [ "colored", "derivative", @@ -1226,9 +1225,9 @@ checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" [[package]] name = "libc" -version = "0.2.150" +version = "0.2.151" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c" +checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4" [[package]] name = "libloading" @@ -1468,9 +1467,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.18.0" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" +checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "parking_lot" @@ -1807,9 +1806,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.26" +version = "0.38.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9470c4bf8246c8daf25f9598dca807fb6510347b1e1cfa55749113850c79d88a" +checksum = "72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316" dependencies = [ "bitflags 2.4.1", "errno", @@ -1826,9 +1825,9 @@ checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" [[package]] name = "ryu" -version = "1.0.15" +version = "1.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" +checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c" [[package]] name = "same-file" @@ -1913,7 +1912,7 @@ checksum = "5dd83d6dde2b6b2d466e14d9d1acce8816dedee94f735eac6395808b3483c6d6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.39", + "syn 2.0.40", ] [[package]] @@ -2052,9 +2051,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.39" +version = "2.0.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a" +checksum = "13fa70a4ee923979ffb522cacce59d34421ebdea5625e1073c4326ef9d2dd42e" dependencies = [ "proc-macro2", "quote", @@ -2160,7 +2159,7 @@ checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.39", + "syn 2.0.40", ] [[package]] @@ -2211,7 +2210,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.39", + "syn 2.0.40", ] [[package]] @@ -2320,7 +2319,7 @@ dependencies = [ "once_cell", "proc-macro2", "quote", - "syn 2.0.39", + "syn 2.0.40", "wasm-bindgen-shared", ] @@ -2342,7 +2341,7 @@ checksum = "f0eb82fcb7930ae6219a7ecfd55b217f5f0893484b7a13022ebb2b2bf20b5283" dependencies = [ "proc-macro2", "quote", - "syn 2.0.39", + "syn 2.0.40", "wasm-bindgen-backend", "wasm-bindgen-shared", ] diff --git a/flake.lock b/flake.lock index 1e985f5..fbfc913 100644 --- a/flake.lock +++ b/flake.lock @@ -175,16 +175,16 @@ "holochain": { "flake": false, "locked": { - "lastModified": 1700660424, - "narHash": "sha256-hDYMjiu8Q38f9MsfpLGFYKIjSDNhXO6ta+pgxT1NGQY=", + "lastModified": 1702300184, + "narHash": "sha256-dorlCRZuYZ4pZ/qsJ62dKFw3cF12/gWss+2AhTnfbik=", "owner": "holochain", "repo": "holochain", - "rev": "b61c9baa77c7f469386727a80064a21803a17cc3", + "rev": "d3fd69098e0f8146a5254b16e78adf6997948c49", "type": "github" }, "original": { "owner": "holochain", - "ref": "holochain-0.2.2", + "ref": "holochain-0.2.3", "repo": "holochain", "type": "github" } @@ -224,11 +224,11 @@ ] }, "locked": { - "lastModified": 1695549655, - "narHash": "sha256-nFC6bO1riBMiBiTuRRnRDPPlIDANhkUOupzI2GMlzl0=", + "lastModified": 1702361849, + "narHash": "sha256-m69oRqMXUFKkcM+QRLPh4+V+ENQAUOsdWdBVW5NdNsg=", "owner": "holochain", "repo": "holochain", - "rev": "b72ada91c9153a53f3db5abdbf4de29de1ae2697", + "rev": "ed7b8320339d503ed637fb18728a9677c034a008", "type": "github" }, "original": { @@ -288,11 +288,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1695145219, - "narHash": "sha256-Eoe9IHbvmo5wEDeJXKFOpKUwxYJIOxKUesounVccNYk=", + "lastModified": 1702151865, + "narHash": "sha256-9VAt19t6yQa7pHZLDbil/QctAgVsA66DLnzdRGqDisg=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "5ba549eafcf3e33405e5f66decd1a72356632b96", + "rev": "666fc80e7b2afb570462423cb0e1cf1a3a34fedd", "type": "github" }, "original": { @@ -397,11 +397,11 @@ ] }, "locked": { - "lastModified": 1695521529, - "narHash": "sha256-iTQGb6DNZPOg1C6DG4daXFKFiuUffl2rZ5YKzi0LK+4=", + "lastModified": 1702347444, + "narHash": "sha256-ueDw7aQf4Xyk69XnDD0YNWDlFdlOgJGPeWFa7uu/cfw=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "164b96162f83ae3be6a9f5577053e0d53e5f4e6a", + "rev": "bc13176f27cf3be724d18924b4f6aa47686ca2e3", "type": "github" }, "original": { @@ -413,11 +413,11 @@ "scaffolding": { "flake": false, "locked": { - "lastModified": 1695218406, - "narHash": "sha256-GInxKmQAuTTidJJilLclXwPgGftTSCzRCq1iTLEoTCI=", + "lastModified": 1695674679, + "narHash": "sha256-IwgQbgitUo61ZXYSXBAro5ThfYy/yMGmzZGTb3c6sT0=", "owner": "holochain", "repo": "scaffolding", - "rev": "34fb08b56a250c0825308e8d09780263fd15bdb1", + "rev": "821439b8dd49d5ce594be04c4720df25e88a4dbc", "type": "github" }, "original": { @@ -451,11 +451,11 @@ }, "locked": { "dir": "versions/0_2", - "lastModified": 1695549655, - "narHash": "sha256-nFC6bO1riBMiBiTuRRnRDPPlIDANhkUOupzI2GMlzl0=", + "lastModified": 1702361849, + "narHash": "sha256-m69oRqMXUFKkcM+QRLPh4+V+ENQAUOsdWdBVW5NdNsg=", "owner": "holochain", "repo": "holochain", - "rev": "b72ada91c9153a53f3db5abdbf4de29de1ae2697", + "rev": "ed7b8320339d503ed637fb18728a9677c034a008", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index e388fa4..bf9f5fe 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ inputs = { versions.url = "github:holochain/holochain?dir=versions/0_2"; - versions.inputs.holochain.url = "github:holochain/holochain/holochain-0.2.3"; + versions.inputs.holochain.url = "github:holochain/holochain/holochain-0.2.4-rc.0"; holochain-flake.url = "github:holochain/holochain"; holochain-flake.inputs.versions.follows = "versions"; diff --git a/version-manager.json b/version-manager.json index 162c217..e28c375 100644 --- a/version-manager.json +++ b/version-manager.json @@ -1,7 +1,7 @@ { - "hdk": "0.2.3", - "hdi": "0.3.3", - "hc_utils": "0.2.3", - "holochain_zome_types": "0.2.3", - "holochain_rev": "holochain-0.2.3" + "hdk": "0.2.4-rc.0", + "hdi": "0.3.4-rc.0", + "hc_utils": "0.2.4-rc.0", + "holochain_zome_types": "0.2.4-rc.0", + "holochain_rev": "holochain-0.2.4-rc.0" } diff --git a/zomes/hc_cz_profile/Cargo.toml b/zomes/hc_cz_profile/Cargo.toml index 777a57d..343225c 100644 --- a/zomes/hc_cz_profile/Cargo.toml +++ b/zomes/hc_cz_profile/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hc_cz_profile" -version = "0.2.3" +version = "0.2.4-rc.0" description = "A Holochain Coordinator-Zome that stores profile information" homepage = "https://github.com/holochain/hc-zome-lib/tree/develop/zomes/hc_cz_profile" documentation = "https://docs.rs/hc_cz_profile" @@ -18,6 +18,6 @@ name = "hc_cz_profile" [dependencies] serde = "1.0" thiserror = "1.0" -hdk = "=0.2.3" -hc_iz_profile = { version = "0.2.3", path = "../hc_iz_profile" } -hc_utils = "=0.2.3" +hdk = "=0.2.4-rc.0" +hc_iz_profile = { version = "0.2.4-rc.0", path = "../hc_iz_profile" } +hc_utils = "=0.2.4-rc.0" diff --git a/zomes/hc_iz_membrane_manager/Cargo.toml b/zomes/hc_iz_membrane_manager/Cargo.toml index e776e32..264d038 100644 --- a/zomes/hc_iz_membrane_manager/Cargo.toml +++ b/zomes/hc_iz_membrane_manager/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hc_iz_membrane_manager" -version = "0.2.3" +version = "0.2.4-rc.0" description = "A Holochain Integrity-Zome that helps validates the membrane proof passed into a DNA" homepage = "https://github.com/holochain/hc-zome-lib/tree/develop/zomes/hc_iz_membrane_manager" documentation = "https://docs.rs/hc_iz_membrane_manager" @@ -17,4 +17,4 @@ crate-type = [ "cdylib", "rlib" ] [dependencies] serde = "1.0" -hdi = "=0.3.3" +hdi = "=0.3.4-rc.0" diff --git a/zomes/hc_iz_profile/Cargo.toml b/zomes/hc_iz_profile/Cargo.toml index 13a9a17..807d14a 100644 --- a/zomes/hc_iz_profile/Cargo.toml +++ b/zomes/hc_iz_profile/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hc_iz_profile" -version = "0.2.3" +version = "0.2.4-rc.0" description = "A Holochain Integrity-Zome that stores profile information" homepage = "https://github.com/holochain/hc-zome-lib/tree/develop/zomes/hc_iz_profile" documentation = "https://docs.rs/hc_iz_profile" @@ -17,4 +17,4 @@ name = "hc_iz_profile" [dependencies] serde = "1.0" -hdi = "=0.3.3" +hdi = "=0.3.4-rc.0"