fix(deps): finish the v0.2.0 logos-execution-zone bump for integration_tests

ff89025 bumped the workspace's nssa/nssa_core to logos-execution-zone v0.2.0 but
missed integration_tests' own directly-pinned clock_core/key_protocol deps, left
on v0.2.0-rc6. That split the dependency graph across two source revisions of
lee_core, so types like NullifierPublicKey stopped unifying across crate
boundaries and integration_tests failed to compile. Bump the two strays to
v0.2.0 to match the rest of the workspace.
This commit is contained in:
Marvin Jones
2026-07-15 14:24:54 -04:00
parent a7b95ddb4b
commit 9a2d5f8f5f
2 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ workspace = true
[dependencies]
nssa = { workspace = true }
nssa_core = { workspace = true, features = ["host", "test_utils"] }
clock_core = { git = "https://github.com/logos-blockchain/logos-execution-zone.git", tag = "v0.2.0-rc6" }
key_protocol = { git = "https://github.com/logos-blockchain/logos-execution-zone.git", tag = "v0.2.0-rc6" }
clock_core = { git = "https://github.com/logos-blockchain/logos-execution-zone.git", tag = "v0.2.0" }
key_protocol = { git = "https://github.com/logos-blockchain/logos-execution-zone.git", tag = "v0.2.0" }
amm_core = { workspace = true }
token_core = { workspace = true }
ata_core = { workspace = true }