Skip to content

Commit

Permalink
Allow mist@2 to be used
Browse files Browse the repository at this point in the history
  • Loading branch information
ghivert committed Sep 17, 2024
1 parent 832f092 commit d51cf6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gleam.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "cors_builder"
version = "2.0.0"
version = "2.0.1"

description = "A CORS Builder, performing validation and injection of CORS for misp, wisp and any framework!"
licences = ["MIT"]
Expand All @@ -10,7 +10,7 @@ repository = {type = "github", user = "ghivert", repo = "cors-builder"}
gleam_http = ">= 3.6.0 and < 4.0.0"
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
wisp = ">= 1.0.0 and < 2.0.0"
mist = ">= 1.2.0 and < 2.0.0"
mist = ">= 1.2.0 and < 3.0.0"

[dev-dependencies]
gleam_erlang = ">= 0.25.0 and < 1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ gleam_http = { version = ">= 3.6.0 and < 4.0.0" }
gleam_httpc = { version = ">= 2.2.0 and < 3.0.0" }
gleam_stdlib = { version = ">= 0.34.0 and < 2.0.0" }
gleeunit = { version = ">= 1.0.0 and < 2.0.0" }
mist = { version = ">= 1.2.0 and < 2.0.0" }
mist = { version = ">= 1.2.0 and < 3.0.0" }
wisp = { version = ">= 1.0.0 and < 2.0.0" }

0 comments on commit d51cf6c

Please sign in to comment.