Skip to content

Commit

Permalink
Updated release tag in example (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitzoic authored Jan 25, 2024
1 parent 4198b4b commit f9d0c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ use standard::<standard_abi>;
For example, to import the SRC-20 Native Asset Standard use the following statements in your `Forc.toml` and Sway Smart Contract file respectively:

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

```rust
Expand Down

0 comments on commit f9d0c15

Please sign in to comment.