more cargo versioning - wasm utils
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user