chore: bump rust to latest stable#167
Conversation
|
Hi @webmaster128 - apologies for the direct ping. At Eiger, we’re currently building a Solana <-> Axelar bridge. Since the Axelar network uses CosmWasm smart contracts, we need to include certain Solana dependencies that require the latest stable Rust version. This PR is currently a blocker for us, and we’d greatly appreciate it if it could be reviewed and merged soon. A new release including this change would unblock our integration work. Thanks a lot in advance, and happy to provide any additional info if needed! |
|
@eloylp This cannot currently be merged because it is blocked by CosmWasm/cosmwasm#2292. We are currently waiting for a Wasmer release that has full reference-types support because latest Rust enforces having this. |
|
Alternatively, it might be possible to use latest Rust here and get rid of the problematic edit: Actually, it might be possible to disable reference types using some compiler flag? That would be much easier. |
|
Is it possible to move this now that CosmWasm/cosmwasm#2292 has been merged ? |
|
Hi @Kayanski! Yes, this can in principle be pushed forward now. But please note that the issue fix is not released yet and requires the chains to upgrade to it, so it will take some time until a new Rust version can actually be used for contracts in production. |
|
Closing in favor of #168 |
No description provided.