From 8eb408e6195b8350a63a8fa8fd320e9e622fefad Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Fri, 5 Dec 2025 20:47:44 +0000 Subject: [PATCH] more cargo versioning - wasm utils --- Cargo.toml | 2 +- common/topology/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b50c436464..3e71fd627c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -446,7 +446,7 @@ nym-validator-client = { version = "1.20.1", path = "common/client-libs/validato nym-vesting-contract-common = { version = "1.20.1", path = "common/cosmwasm-smart-contracts/vesting-contract" } nym-wireguard-types = { version = "1.20.1", path = "common/wireguard-types" } nym-sqlx-pool-guard = { version = "1.2.0", path = "common/sqlx-pool-guard" } -nym-wasm-utils = { version = "1.20.1", path = "common/wasm/utils" } +wasm-utils = { version = "1.20.1", path = "common/wasm/utils" } # coconut/DKG related # unfortunately until https://github.com/zkcrypto/bls12_381/issues/10 is resolved, we have to rely on the fork diff --git a/common/topology/Cargo.toml b/common/topology/Cargo.toml index e877428958..c476cf932e 100644 --- a/common/topology/Cargo.toml +++ b/common/topology/Cargo.toml @@ -42,7 +42,7 @@ nym-api-requests = { workspace = true } # 'wasm-serde-types' feature -wasm-utils = { workspace = true, default-features = false, optional = true } +wasm-utils = { workspace = true, optional = true } [features] default = ["provider-trait"]