stellar / rs-soroban-sdk

Rust SDK for Soroban contracts.
Apache License 2.0
128 stars 67 forks source link

Fix breaking changes in latest stable and nightly rust #1375

Closed leighmcculloch closed 1 month ago

leighmcculloch commented 1 month ago

What

Pin the version of nightly in builds and CI, and make a few minor changes.

Why

The version is pinned because there's a bug in the next version of nightly that we can't work around. The bug is:

The other minor changes that are to prepare for updating to the next nightly and were required by it when using it.

Known limitations

N/A