I'm upgrading my contracts from protocol version 21 to 22, but getting ledger protocol version too old for host when running cargo test. I've made sure to update the soroban-sdk version to 22.0.1 in my Cargo.toml file. I've also checked the Soroban-related package versions in Cargo.lock and they are all on 22 and above. Any idea what might be wrong?
Thanks!