FuelLabs / sway

🌴 Empowering everyone to build reliable and efficient smart contracts.

Home Page:https://fuellabs.github.io/sway

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use rust sdk v0.58.0

kayagokalp opened this issue · comments

Currently sway repo uses fuel-core v0.24.3, but uses rust sdk v0.57.0. This is incorrect because sdk version with fuel-core v0.24.3 is 0.58.0. Normally this is not a problem since change from 0.24.2 to 0.24.3 should not be breaking but in reality due to some complications in fuel-core repo, 0.24.3 is breaking, thus sway repo is trying to deploy (which uses sdk 0.57.0) to fuel-core v0.24.3 (which is only possible with 0.58.0)