From 8eef034e6d7f551b5f092d87e54fa7a52da35b81 Mon Sep 17 00:00:00 2001 From: Eileen Noonan Date: Sat, 23 Mar 2024 16:58:34 -0400 Subject: =?UTF-8?q?=F0=9F=94=80=20Write=20docs=20for=2005-http-requests.?= =?UTF-8?q?=20(#74)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/05-http-requests/gleam.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 96b9a10..3e5031b 100644 --- a/examples/05-http-requests/gleam.toml +++ b/examples/05-http-requests/gleam.toml @@ -4,9 +4,9 @@ target = "javascript" [dependencies] gleam_stdlib = "~> 0.34 or ~> 1.0" -lustre = { path = "../../" } +lustre = "4.0.0-rc.1" lustre_ui = "~> 0.4" -lustre_http = "~> 0.5" +lustre_http = "~> 0.5.2" [dev-dependencies] gleeunit = "~> 1.0" -- cgit v1.2.3