chore: update crates.io publish plan and fix dependencies
- Update CRATES_PUBLISH_PLAN.md with Level 0-2 completion status - Fix binary-merkle-tree and related dependencies - Add runtime_logger_tests.rs - Update various Cargo.toml files
This commit is contained in:
+5
-5
@@ -718,7 +718,7 @@ backoff = { version = "0.4" }
|
||||
backtrace = { version = "0.3.71" }
|
||||
base58 = { version = "0.2.0" }
|
||||
base64 = { version = "0.22.1", default-features = false }
|
||||
binary-merkle-tree = { path = "bizinikiwi/utils/binary-merkle-tree", version = "13.0.0", default-features = false }
|
||||
pez-binary-merkle-tree = { path = "bizinikiwi/utils/binary-merkle-tree", version = "14.0.1", default-features = false }
|
||||
bincode = { version = "1.3.3" }
|
||||
bip32 = { version = "0.5.2", default-features = false }
|
||||
bip39 = { version = "2.2.0", default-features = false }
|
||||
@@ -1402,8 +1402,8 @@ pezsp-tracing = { path = "bizinikiwi/primitives/tracing", version = "16.0.0", de
|
||||
pezsp-transaction-pool = { path = "bizinikiwi/primitives/transaction-pool", version = "26.0.0", default-features = false }
|
||||
pezsp-transaction-storage-proof = { path = "bizinikiwi/primitives/transaction-storage-proof", version = "26.0.0", default-features = false }
|
||||
pezsp-trie = { path = "bizinikiwi/primitives/trie", version = "29.0.0", default-features = false }
|
||||
pezsp-version = { path = "bizinikiwi/primitives/version", default-features = false }
|
||||
pezsp-version-proc-macro = { path = "bizinikiwi/primitives/version/proc-macro", default-features = false }
|
||||
pezsp-version = { path = "bizinikiwi/primitives/version", version = "29.0.0", default-features = false }
|
||||
pezsp-version-proc-macro = { path = "bizinikiwi/primitives/version/proc-macro", version = "13.0.0", default-features = false }
|
||||
pezsp-wasm-interface = { path = "bizinikiwi/primitives/wasm-interface", version = "20.0.0", default-features = false }
|
||||
pezsp-weights = { path = "bizinikiwi/primitives/weights", version = "27.0.0", default-features = false }
|
||||
pin-project = { version = "1.1.3" }
|
||||
@@ -1422,7 +1422,7 @@ proc-macro2 = { version = "1.0.86" }
|
||||
procfs = { version = "0.16.0" }
|
||||
prom-metrics-parser = { package = "zombienet-prom-metrics-parser", path = "vendor/pezkuwi-zombienet-sdk/crates/prom-metrics-parser" }
|
||||
prometheus = { version = "0.13.0", default-features = false }
|
||||
prometheus-endpoint = { path = "bizinikiwi/utils/prometheus", default-features = false, package = "bizinikiwi-prometheus-endpoint" }
|
||||
prometheus-endpoint = { path = "bizinikiwi/utils/prometheus", default-features = false, package = "bizinikiwi-prometheus-endpoint", version = "0.17.0" }
|
||||
prometheus-parse = { version = "0.2.2" }
|
||||
proptest = { version = "1" }
|
||||
prost = { version = "0.12.4" }
|
||||
@@ -1501,7 +1501,7 @@ soketto = { version = "0.8.0" }
|
||||
sp-core = { version = "38.1.0" }
|
||||
spinners = { version = "4.1.1" }
|
||||
sqlx = { version = "0.8.2" }
|
||||
ss58-registry = { path = "vendor/ss58-registry", package = "pezkuwi-ss58-registry", version = "1.51.0", default-features = false }
|
||||
ss58-registry = { package = "pezsp-ss58-registry", version = "1.52.0", default-features = false }
|
||||
ssz_rs = { version = "0.9.0", default-features = false }
|
||||
ssz_rs_derive = { version = "0.9.0", default-features = false }
|
||||
static_assertions = { version = "1.1.0", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user