diff --git a/Cargo.lock b/Cargo.lock index b50011913..3e0dfe1ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3590,46 +3590,6 @@ dependencies = [ "version_check", ] -[[package]] -name = "name-service" -version = "0.7.0" -dependencies = [ - "anchor-lang", - "borsh 0.10.3", - "light-client", - "light-hasher", - "light-macros", - "light-program-test", - "light-sdk", - "light-sdk-macros", - "light-test-utils", - "light-utils", - "light-verifier", - "solana-program-test", - "solana-sdk", - "tokio", -] - -[[package]] -name = "name-service-without-macros" -version = "0.7.0" -dependencies = [ - "anchor-lang", - "borsh 0.10.3", - "light-client", - "light-hasher", - "light-macros", - "light-program-test", - "light-sdk", - "light-sdk-macros", - "light-test-utils", - "light-utils", - "light-verifier", - "solana-program-test", - "solana-sdk", - "tokio", -] - [[package]] name = "native-tls" version = "0.2.12" diff --git a/Cargo.toml b/Cargo.toml index 302274b26..e37afd1c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,6 @@ members = [ "sdk-libs/photon-api", "sdk-libs/program-test", "xtask", - "examples/name-service/programs/*", "examples/token-escrow/programs/*", "program-tests/account-compression-test/", "program-tests/compressed-token-test/",