Skip to content

Commit

Permalink
Revert unnecessary version constraint updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusnjak authored and lpil committed Jul 15, 2024
1 parent 3df73e6 commit f5d8a44
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions gleam.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "todomvc"
version = "0.1.0"
gleam = ">= 1.2.0"
gleam = ">= 0.32.0"

# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
Expand All @@ -11,13 +11,13 @@ gleam = ">= 1.2.0"
# links = [{ title = "Website", href = "https://gleam.run" }]

[dependencies]
gleam_stdlib = "~> 0.38"
gleam_http = "~> 3.6"
gleam_erlang = "~> 0.25"
gleam_crypto = "~> 1.3"
gleam_stdlib = "~> 0.31"
gleam_http = "~> 3.5"
gleam_erlang = "~> 0.22"
gleam_crypto = "~> 1.0"
mist = "~> 1.2"
sqlight = "~> 0.9"
wisp = "~> 0.15"
sqlight = "~> 0.8"
wisp = "~> 0.5"

[dev-dependencies]
gleeunit = "~> 1.2"
12 changes: 6 additions & 6 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ packages = [
]

[requirements]
gleam_crypto = { version = "~> 1.3" }
gleam_erlang = { version = "~> 0.25" }
gleam_http = { version = "~> 3.6" }
gleam_stdlib = { version = "~> 0.38" }
gleam_crypto = { version = "~> 1.0" }
gleam_erlang = { version = "~> 0.22" }
gleam_http = { version = "~> 3.5" }
gleam_stdlib = { version = "~> 0.31" }
gleeunit = { version = "~> 1.2" }
mist = { version = "~> 1.2" }
sqlight = { version = "~> 0.9" }
wisp = { version = "~> 0.15" }
sqlight = { version = "~> 0.8" }
wisp = { version = "~> 0.5" }

0 comments on commit f5d8a44

Please sign in to comment.