From dd1ef3b2c60e5efa9619bf6e27d57204dc0eaefd Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Tue, 26 Mar 2024 00:34:56 +0000 Subject: :wrench: Update examples to use Lustre v4.0.0 --- examples/03-controlled-inputs/manifest.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'examples/03-controlled-inputs/manifest.toml') diff --git a/examples/03-controlled-inputs/manifest.toml b/examples/03-controlled-inputs/manifest.toml index b2dead1..7f82909 100644 --- a/examples/03-controlled-inputs/manifest.toml +++ b/examples/03-controlled-inputs/manifest.toml @@ -14,7 +14,7 @@ packages = [ { name = "glearray", version = "0.2.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "glearray", source = "hex", outer_checksum = "908154F695D330E06A37FAB2C04119E8F315D643206F8F32B6A6C14A8709FFF4" }, { name = "gleeunit", version = "1.0.2", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "D364C87AFEB26BDB4FB8A5ABDE67D635DC9FA52D6AB68416044C35B096C6882D" }, { name = "glint", version = "0.18.0", build_tools = ["gleam"], requirements = ["gleam_community_ansi", "gleam_community_colour", "gleam_stdlib", "snag"], otp_app = "glint", source = "hex", outer_checksum = "BB0F14643CC51C069A5DC6E9082EAFCD9967AFD1C9CC408803D1A40A3FD43B54" }, - { name = "lustre", version = "4.0.0-rc.2", build_tools = ["gleam"], requirements = ["gleam_erlang", "gleam_json", "gleam_otp", "gleam_stdlib"], source = "local", path = "../.." }, + { name = "lustre", version = "4.0.0", build_tools = ["gleam"], requirements = ["gleam_erlang", "gleam_json", "gleam_otp", "gleam_stdlib"], otp_app = "lustre", source = "hex", outer_checksum = "1D40C1378279F7015687F8C9DB739D6880BB0B843F4428B85C61EDDA8BF21FC6" }, { name = "lustre_dev_tools", version = "1.0.0", build_tools = ["gleam"], requirements = ["argv", "filepath", "gleam_community_ansi", "gleam_erlang", "gleam_json", "gleam_otp", "gleam_package_interface", "gleam_stdlib", "glint", "simplifile", "spinner", "tom"], otp_app = "lustre_dev_tools", source = "hex", outer_checksum = "66142ADDCA3D6C63A89E016CF6C21E07D06D6DC92479325182A07C360BD026D3" }, { name = "lustre_ui", version = "0.5.0", build_tools = ["gleam"], requirements = ["gleam_community_colour", "gleam_json", "gleam_stdlib", "lustre"], otp_app = "lustre_ui", source = "hex", outer_checksum = "7ECB5414BE926082401891C62FAAA21221FC0B7A2F0568A492349F48DC2B02A0" }, { name = "repeatedly", version = "2.1.1", build_tools = ["gleam"], requirements = [], otp_app = "repeatedly", source = "hex", outer_checksum = "38808C3EC382B0CD981336D5879C24ECB37FCB9C1D1BD128F7A80B0F74404D79" }, @@ -26,8 +26,8 @@ packages = [ ] [requirements] -gleam_stdlib = { version = "~> 0.34 or ~> 1.0" } +gleam_stdlib = { version = "~> 0.36" } gleeunit = { version = "~> 1.0" } -lustre = { path = "../../" } -lustre_dev_tools = { version = "~> 1.0"} +lustre = { version = "~> 4.0" } +lustre_dev_tools = { version = "~> 1.0" } lustre_ui = { version = "~> 0.4" } -- cgit v1.2.3