From 02007717a195878c56abd5f7b4909f3d10f0e1de Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Sun, 24 Mar 2024 21:12:12 +0000 Subject: :recycle: Update examples to use new lustre_dev_tools package. --- examples/05-http-requests/gleam.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/05-http-requests/gleam.toml') diff --git a/examples/05-http-requests/gleam.toml b/examples/05-http-requests/gleam.toml index 3e5031b..535dc7d 100644 --- a/examples/05-http-requests/gleam.toml +++ b/examples/05-http-requests/gleam.toml @@ -4,9 +4,10 @@ target = "javascript" [dependencies] gleam_stdlib = "~> 0.34 or ~> 1.0" -lustre = "4.0.0-rc.1" +lustre = { path = "../../" } lustre_ui = "~> 0.4" lustre_http = "~> 0.5.2" [dev-dependencies] gleeunit = "~> 1.0" +lustre_dev_tools = "~> 1.0" -- cgit v1.2.3