We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4198b4b commit f9d0c15Copy full SHA for f9d0c15
README.md
@@ -71,7 +71,7 @@ use standard::<standard_abi>;
71
For example, to import the SRC-20 Native Asset Standard use the following statements in your `Forc.toml` and Sway Smart Contract file respectively:
72
73
```rust
74
-src20 = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.4.0" }
+src20 = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.3.3" }
75
```
76
77
0 commit comments