Skip to content

Commit

Permalink
Don't pull sdk crate unnecessarily
Browse files Browse the repository at this point in the history
  • Loading branch information
neacsu committed Nov 16, 2024
1 parent ee5b52d commit 41b1cac
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion common/authenticator-requests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ thiserror = { workspace = true }

nym-credentials-interface = { path = "../credentials-interface" }
nym-crypto = { path = "../crypto", features = ["asymmetric"] }
nym-sdk = { path = "../../sdk/rust/nym-sdk" }
nym-service-provider-requests-common = { path = "../service-provider-requests-common" }
nym-sphinx = { path = "../nymsphinx" }
nym-wireguard-types = { path = "../wireguard-types" }
Expand Down
2 changes: 1 addition & 1 deletion common/authenticator-requests/src/traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ use std::net::IpAddr;

use nym_credentials_interface::CredentialSpendingData;
use nym_crypto::asymmetric::x25519::PrivateKey;
use nym_sdk::mixnet::Recipient;
use nym_service_provider_requests_common::{Protocol, ServiceProviderType};
use nym_sphinx::addressing::clients::Recipient;
use nym_wireguard_types::PeerPublicKey;

use crate::{v1, v2, v3, Error};
Expand Down

0 comments on commit 41b1cac

Please sign in to comment.