File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -45,5 +45,8 @@ ed25519-consensus = { workspace = true }
4545agent-twitter-client = " 0.1"
4646config = " 0.15"
4747
48+ [patch .crates-io ]
49+ candid = { git = " https://github.com/ldclabs/candid.git" , rev = " 70b72a66576c010235bfa6f1adb0672944497523" }
50+
4851[dev-dependencies ]
4952dotenv = { workspace = true }
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN mv linux-amd64/dnsproxy ./ && chmod +x dnsproxy
2626RUN wget -O ic_tee_nitro_gateway https://github.com/ldclabs/ic-tee/releases/download/v0.2.11/ic_tee_nitro_gateway
2727RUN chmod +x ic_tee_nitro_gateway
2828
29- RUN wget -O anda_bot https://github.com/ldclabs/anda/releases/download/v0.2.9 /anda_bot
29+ RUN wget -O anda_bot https://github.com/ldclabs/anda/releases/download/v0.2.10 /anda_bot
3030RUN chmod +x anda_bot
3131
3232FROM --platform=linux/amd64 debian:bookworm-slim AS runtime
You can’t perform that action at this time.
0 commit comments