From df375ad04af54dea8e7f3f125ab2e17d20c8bebb Mon Sep 17 00:00:00 2001 From: Moudy Date: Tue, 31 Mar 2026 14:08:12 +0200 Subject: [PATCH] fix: add missing nssa_core dependency to common crate --- Cargo.lock | 1 + common/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 33f7d921..cf582227 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1515,6 +1515,7 @@ dependencies = [ "log", "logos-blockchain-common-http-client", "nssa", + "nssa_core", "serde", "serde_with", "sha2", diff --git a/common/Cargo.toml b/common/Cargo.toml index a3884b70..0ae0b220 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -9,6 +9,7 @@ workspace = true [dependencies] nssa.workspace = true +nssa_core.workspace = true anyhow.workspace = true thiserror.workspace = true