diff options
author | Eileen Noonan <enoonan@arcstone.com> | 2024-03-23 16:58:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-23 20:58:34 +0000 |
commit | 8eef034e6d7f551b5f092d87e54fa7a52da35b81 (patch) | |
tree | cf401795a2bd5f177ad54b4961aaf2e1dbc11270 /examples/05-http-requests/gleam.toml | |
parent | ed4c3dacf59fb9d641941b0c7810895acc8a9a24 (diff) | |
download | lustre-8eef034e6d7f551b5f092d87e54fa7a52da35b81.tar.gz lustre-8eef034e6d7f551b5f092d87e54fa7a52da35b81.zip |
🔀 Write docs for 05-http-requests. (#74)
Diffstat (limited to 'examples/05-http-requests/gleam.toml')
-rw-r--r-- | examples/05-http-requests/gleam.toml | 4 |
1 files changed, 2 insertions, 2 deletions
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" |