Hi guys, I noticed changes in the import of token standards, but my build is faild using tag in Forc.toml file like this
standard = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.1.0" }
my build is ok without tag: src20 = { git = "https://github.com/FuelLabs/sway-standards" }
Can you update documentation please?
1 Like
Hey @PaulZhemanov! Happy holidays really appreciate you reporting this issue
I successfully replicated the problem locally and opened up an issue here and the documentation PR here
2 Likes
bitzoic
3
Releases <v0.2.2
use the src_20
keyword. Releases >v0.3.0
use the src20
keyword.
Please use the most recent release.
1 Like
system
Closed
4
This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.