clockwork icon indicating copy to clipboard operation
clockwork copied to clipboard

Fixes `clockwork-thread-program-v1` out of scope `try_deserialize`

Open anthonyra opened this issue 1 year ago • 2 comments

After updating to v2.0.19 the clockwork-thread-program would fail to build due to missing the anchor_lang::AccountDeserialize being out of scope.

anthonyra avatar Mar 17 '24 18:03 anthonyra

Any Updates on this?

Yash-271120 avatar Jun 09 '24 08:06 Yash-271120

Hello, I have the same problem when installing from critеs.io:

cargo install -f --locked clockwork-cli

but when installing from a local repository, everything is fine:

git clone https://github.com/clockwork-xyz/clockwork.git cd clockwork/ cargo install -f --locked --path ./cli

OS: Ubuntu 24.04.3 LTS

$ rustc --version
rustc 1.73.0 (cc66ad468 2023-10-03)

$ cargo --version
cargo 1.73.0 (9c4383fb5 2023-08-26)

$ anchor --version
anchor-cli 0.31.1

$ clockwork --version
Clockwork 2.0.19

sibir007 avatar Oct 26 '25 10:10 sibir007