diff options
author | Eileen Noonan <enoonan@arcstone.com> | 2024-03-22 15:26:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-22 19:26:14 +0000 |
commit | 1d8d13d766b6467188cbded28d103ffb13421c77 (patch) | |
tree | ebfb5ed7e62463b6392a6f133ae675b65e97ac0c /examples/04-custom-event-handlers/gleam.toml | |
parent | e85bc4729a15d9af5af5345151178afe849036ba (diff) | |
download | lustre-1d8d13d766b6467188cbded28d103ffb13421c77.tar.gz lustre-1d8d13d766b6467188cbded28d103ffb13421c77.zip |
🔀 Write a readme for example 04-custom-event-handlers. (#72)
* readme for example 04
* Update README.md
tweaks
Diffstat (limited to 'examples/04-custom-event-handlers/gleam.toml')
-rw-r--r-- | examples/04-custom-event-handlers/gleam.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/04-custom-event-handlers/gleam.toml b/examples/04-custom-event-handlers/gleam.toml index a9666db..421e8e8 100644 --- a/examples/04-custom-event-handlers/gleam.toml +++ b/examples/04-custom-event-handlers/gleam.toml @@ -4,7 +4,7 @@ target = "javascript" [dependencies] gleam_stdlib = "~> 0.34 or ~> 1.0" -lustre = { path = "../../" } +lustre = "4.0.0-rc.1" lustre_ui = "~> 0.4" [dev-dependencies] |