diff options
author | Eileen Noonan <enoonan@arcstone.com> | 2024-04-01 20:08:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-02 01:08:22 +0100 |
commit | bbefb97ba3d8f117b8cbef769180a4d8425cf145 (patch) | |
tree | 2f65118ad743754da00fab86c36833b017ebc537 /examples/07-routing/gleam.toml | |
parent | 44d1ae11bd0f77dffff19017e7878669af2f95f9 (diff) | |
download | lustre-bbefb97ba3d8f117b8cbef769180a4d8425cf145.tar.gz lustre-bbefb97ba3d8f117b8cbef769180a4d8425cf145.zip |
✨ Create a routing example using modem. (#96)
Diffstat (limited to 'examples/07-routing/gleam.toml')
-rw-r--r-- | examples/07-routing/gleam.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/07-routing/gleam.toml b/examples/07-routing/gleam.toml index 5930290..cdecf3c 100644 --- a/examples/07-routing/gleam.toml +++ b/examples/07-routing/gleam.toml @@ -11,4 +11,4 @@ modem = "~> 1.0" [dev-dependencies] gleeunit = "~> 1.0" -lustre_dev_tools = "~> 1.0" +lustre_dev_tools = "~> 1.1" |