diff --git a/apps/amm/client/Cargo.toml b/apps/amm/client/Cargo.toml index 4078f46..eb5014c 100644 --- a/apps/amm/client/Cargo.toml +++ b/apps/amm/client/Cargo.toml @@ -10,7 +10,7 @@ crate-type = ["cdylib", "rlib"] alloy-primitives = { version = "1", default-features = false } amm_core = { workspace = true } borsh = { workspace = true } -clock_core = { 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" } hex = "0.4" nssa_core = { workspace = true } risc0-zkvm = { workspace = true } diff --git a/apps/amm/flake.lock b/apps/amm/flake.lock index f5272d3..c91830c 100644 --- a/apps/amm/flake.lock +++ b/apps/amm/flake.lock @@ -2268,17 +2268,17 @@ "rust-rapidsnark": "rust-rapidsnark" }, "locked": { - "lastModified": 1782428741, - "narHash": "sha256-ltLcysXUdVUXAe25Tl8x7e7ZsTzj1sHlyS3glp97TAo=", + "lastModified": 1784202021, + "narHash": "sha256-BG94Ob5tbJyw7GclNBdnOWqcBLRld8sc+xeOU8LI5RQ=", "owner": "logos-blockchain", "repo": "logos-execution-zone", - "rev": "e37876a64028a335eb693198a1ed6a0e875ec5b4", + "rev": "a7e06a660940a00093b1760560d37ff84aff5a05", "type": "github" }, "original": { "owner": "logos-blockchain", "repo": "logos-execution-zone", - "rev": "e37876a64028a335eb693198a1ed6a0e875ec5b4", + "rev": "a7e06a660940a00093b1760560d37ff84aff5a05", "type": "github" } },