I use the OApp Example of Solana communicate with EVMnets.
When I try Anchor build -v,I encount "toml_edit、num_enum_derive "canot be buit.
I think the reason is anchor-spl's version.
These are the versions:
Rust v1.75.0
Anchor v0.29
Solana CLI v1.17.31
anchor-lang = { version = "0.29.0", features = ["init-if-needed"] }
solana-helper = "0.1.0"
oapp = { git = "https://github.com/LayerZero-Labs/LayerZero-v2.git", rev= "34321ac15e47e0dafd25d66659e2f3d1b9b6db8f" }
anchor-spl = { version = "0.29.0" }