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" }