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?