Skip to content

Commit f9d0c15

Browse files
authored
Updated release tag in example (#56)
1 parent 4198b4b commit f9d0c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ use standard::<standard_abi>;
7171
For example, to import the SRC-20 Native Asset Standard use the following statements in your `Forc.toml` and Sway Smart Contract file respectively:
7272

7373
```rust
74-
src20 = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.4.0" }
74+
src20 = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.3.3" }
7575
```
7676

7777
```rust

0 commit comments

Comments
 (0)