From 34a2d5a0f118a72c972153ca44140c0f5f78a680 Mon Sep 17 00:00:00 2001 From: Cameron Carstens Date: Wed, 17 Apr 2024 10:02:33 +0900 Subject: [PATCH] Use v0.4.1 of sway-standards (#235) ## Type of change - 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 --- libs/Forc.toml | 2 +- tests/src/admin/Forc.toml | 2 +- tests/src/native_asset/Forc.toml | 2 +- tests/src/ownership/Forc.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/Forc.toml b/libs/Forc.toml index e037e9f2..aef66aa3 100644 --- a/libs/Forc.toml +++ b/libs/Forc.toml @@ -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" } diff --git a/tests/src/admin/Forc.toml b/tests/src/admin/Forc.toml index 67f3ccd5..3063975d 100644 --- a/tests/src/admin/Forc.toml +++ b/tests/src/admin/Forc.toml @@ -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" } diff --git a/tests/src/native_asset/Forc.toml b/tests/src/native_asset/Forc.toml index fab5ef49..3dde95fa 100644 --- a/tests/src/native_asset/Forc.toml +++ b/tests/src/native_asset/Forc.toml @@ -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" } diff --git a/tests/src/ownership/Forc.toml b/tests/src/ownership/Forc.toml index 1613d51e..f3d1b176 100644 --- a/tests/src/ownership/Forc.toml +++ b/tests/src/ownership/Forc.toml @@ -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" }