Skip to content

Commit

Permalink
Update versions in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Aug 21, 2024
1 parent 17078a9 commit 8e28f75
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion examples/00-hello-world/gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gleam = ">= 0.32.0"
gleam_stdlib = "~> 0.30"
wisp = { path = "../.." }
gleam_erlang = "~> 0.23"
mist = ">= 1.2.0 and < 2.0.0"
mist = ">= 2.0.0 and < 3.0.0"


[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/01-routing/gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gleam = ">= 0.32.0"
gleam_stdlib = "~> 0.30"
wisp = { path = "../.." }
gleam_erlang = "~> 0.23"
mist = ">= 1.2.0 and < 2.0.0"
mist = ">= 2.0.0 and < 3.0.0"
gleam_http = "~> 3.5"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/02-working-with-form-data/gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gleam = ">= 0.32.0"
gleam_stdlib = "~> 0.30"
wisp = { path = "../.." }
gleam_erlang = "~> 0.23"
mist = ">= 1.2.0 and < 2.0.0"
mist = ">= 2.0.0 and < 3.0.0"
gleam_http = "~> 3.5"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/03-working-with-json/gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gleam_stdlib = "~> 0.30"
wisp = { path = "../.." }
gleam_json = "~> 0.6"
gleam_erlang = "~> 0.23"
mist = ">= 1.2.0 and < 2.0.0"
mist = ">= 2.0.0 and < 3.0.0"
gleam_http = "~> 3.5"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/04-working-with-other-formats/gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gleam_stdlib = "~> 0.30"
wisp = { path = "../.." }
gsv = "~> 1.0"
gleam_erlang = "~> 0.23"
mist = ">= 1.2.0 and < 2.0.0"
mist = ">= 2.0.0 and < 3.0.0"
gleam_http = "~> 3.5"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/05-using-a-database/gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ wisp = { path = "../.." }
gleam_json = "~> 0.6"
tiny_database = { path = "../utilities/tiny_database" }
gleam_erlang = "~> 0.23"
mist = ">= 1.2.0 and < 2.0.0"
mist = ">= 2.0.0 and < 3.0.0"
gleam_http = "~> 3.5"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/06-serving-static-assets/gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gleam = ">= 0.32.0"
gleam_stdlib = "~> 0.30"
wisp = { path = "../.." }
gleam_erlang = "~> 0.23"
mist = ">= 1.2.0 and < 2.0.0"
mist = ">= 2.0.0 and < 3.0.0"
gleam_http = "~> 3.5"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/07-logging/gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gleam = ">= 0.32.0"
gleam_stdlib = "~> 0.30"
wisp = { path = "../.." }
gleam_erlang = "~> 0.23"
mist = "~> 1.0"
mist = ">= 2.0.0 and < 3.0.0"

[dev-dependencies]
gleeunit = "~> 1.0"
2 changes: 1 addition & 1 deletion examples/08-working-with-cookies/gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gleam_stdlib = "~> 0.30"
wisp = { path = "../.." }
gleam_crypto = "~> 1.0"
gleam_erlang = "~> 0.23"
mist = ">= 1.2.0 and < 2.0.0"
mist = ">= 2.0.0 and < 3.0.0"
gleam_http = "~> 3.5"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/09-configuring-default-responses/gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gleam = ">= 0.32.0"
[dependencies]
gleam_stdlib = "~> 0.30"
wisp = { path = "../.." }
mist = "~> 1.0"
mist = ">= 2.0.0 and < 3.0.0"
gleam_erlang = "~> 0.23"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/10-working-with-files/gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gleam = ">= 0.32.0"
gleam_stdlib = "~> 0.30"
wisp = { path = "../.." }
gleam_erlang = "~> 0.23"
mist = ">= 1.2.0 and < 2.0.0"
mist = ">= 2.0.0 and < 3.0.0"
gleam_http = "~> 3.5"

[dev-dependencies]
Expand Down

0 comments on commit 8e28f75

Please sign in to comment.