diff options
Diffstat (limited to 'examples/03-controlled-inputs/gleam.toml')
-rw-r--r-- | examples/03-controlled-inputs/gleam.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/03-controlled-inputs/gleam.toml b/examples/03-controlled-inputs/gleam.toml index 4368c0c..a9666db 100644 --- a/examples/03-controlled-inputs/gleam.toml +++ b/examples/03-controlled-inputs/gleam.toml @@ -5,7 +5,7 @@ target = "javascript" [dependencies] gleam_stdlib = "~> 0.34 or ~> 1.0" lustre = { path = "../../" } -lustre_ui = "~> 0.3" +lustre_ui = "~> 0.4" [dev-dependencies] gleeunit = "~> 1.0" |