stellar / rs-soroban-sdk

Rust SDK for Soroban contracts.
Apache License 2.0
118 stars 66 forks source link

Fix rust 2024 incompatibilities #1294

Closed leighmcculloch closed 1 month ago

leighmcculloch commented 1 month ago

What

Change dev_dependencies and build_dependencies into their hyphen separated versions.

Why

Rust edition 2024 that'll be released in October 2024 won't support the underscore variant any longer.