Skip to content

Commit

Permalink
Merge pull request #50 from FuelLabs/docs/failed-tags
Browse files Browse the repository at this point in the history
docs: Removing tags in readme until fix
  • Loading branch information
calldelegation authored Dec 27, 2023
2 parents 718d51f + 96bca78 commit 7492dd3
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 @@ -57,7 +57,7 @@ use standard::<standard_abi>;
For example, to import the SRC-20 Token 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.1.1" }
src20 = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.3.0"}
```

```rust
Expand Down

0 comments on commit 7492dd3

Please sign in to comment.