Skip to content

Commit

Permalink
Use v0.4.1 of sway-standards (#235)
Browse files Browse the repository at this point in the history
## Type of change

<!--Delete points that do not apply-->

- Improvement (refactoring, restructuring repository, cleaning tech
debt, ...)

## Changes

The following changes have been made:

- Updates sway-standards from v0.4.0 to v0.4.1
  • Loading branch information
bitzoic authored Apr 17, 2024
1 parent 57dbed5 commit 34a2d5a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libs/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ license = "Apache-2.0"
name = "sway_libs"

[dependencies]
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.4.0" }
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.4.1" }
2 changes: 1 addition & 1 deletion tests/src/admin/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ license = "Apache-2.0"
name = "admin_test"

[dependencies]
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.4.0" }
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.4.1" }
sway_libs = { path = "../../../libs" }
2 changes: 1 addition & 1 deletion tests/src/native_asset/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ license = "Apache-2.0"
name = "asset_test"

[dependencies]
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.4.0" }
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.4.1" }
sway_libs = { path = "../../../libs" }
2 changes: 1 addition & 1 deletion tests/src/ownership/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ license = "Apache-2.0"
name = "ownership_test"

[dependencies]
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.4.0" }
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.4.1" }
sway_libs = { path = "../../../libs" }

0 comments on commit 34a2d5a

Please sign in to comment.