From a0e5988c41da22ebdfc56e15e039defeb14a223b Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 8 Jan 2025 03:43:32 -0800 Subject: [PATCH 1/2] Add sway_libs to sway playground --- projects/swaypad/Forc.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/swaypad/Forc.toml b/projects/swaypad/Forc.toml index ecde10a..7fd0dc6 100644 --- a/projects/swaypad/Forc.toml +++ b/projects/swaypad/Forc.toml @@ -6,3 +6,4 @@ name = "swaypad" [dependencies] standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.6.1" } +sway_libs = { git = "https://github.com/FuelLabs/sway-libs", tag = "v0.24.1" } From 69b1b18a57b8bdefd42acfc45dfaf427cb89c68d Mon Sep 17 00:00:00 2001 From: Sophie Dankel <47993817+sdankel@users.noreply.github.com> Date: Sat, 11 Jan 2025 00:07:21 -0800 Subject: [PATCH 2/2] Update projects/swaypad/Forc.toml --- projects/swaypad/Forc.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/swaypad/Forc.toml b/projects/swaypad/Forc.toml index 7fd0dc6..4f7a5aa 100644 --- a/projects/swaypad/Forc.toml +++ b/projects/swaypad/Forc.toml @@ -6,4 +6,4 @@ name = "swaypad" [dependencies] standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.6.1" } -sway_libs = { git = "https://github.com/FuelLabs/sway-libs", tag = "v0.24.1" } +sway_libs = { git = "https://github.com/FuelLabs/sway-libs", tag = "v0.24.0" }