Update paths

This commit is contained in:
Jon Häggblad
2024-10-16 22:30:23 +02:00
parent 561203572d
commit 06b5347200
2 changed files with 2 additions and 2 deletions
@@ -52,7 +52,7 @@ nym-http-api-common = { path = "../../common/http-api-common", features = ["utoi
nym-validator-client = { path = "../../common/client-libs/validator-client" }
nym-network-defaults = { path = "../../common/network-defaults" }
nym-credential-proxy-requests = { path = "../vpn-api-requests", features = ["openapi"] }
nym-credential-proxy-requests = { path = "../nym-credential-proxy-requests", features = ["openapi"] }
[dev-dependencies]
tempfile = { workspace = true }
@@ -33,6 +33,6 @@ nym-compact-ecash = { path = "../../common/nym_offline_compact_ecash" }
nym-credentials = { path = "../../common/credentials" }
nym-credentials-interface = { path = "../../common/credentials-interface" }
nym-ecash-time = { path = "../../common/ecash-time", features = ["expiration"] }
nym-credential-proxy-requests = { path = "../vpn-api-requests", default-features = false, features = ["tsify"] }
nym-credential-proxy-requests = { path = "../nym-credential-proxy-requests", default-features = false, features = ["tsify"] }
wasm-utils = { path = "../../common/wasm/utils" }