Skip to content

Commit

Permalink
update gleam.toml and bump stdlb
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacharrisholt committed Dec 30, 2024
1 parent 5eb6335 commit 8b775d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
18 changes: 6 additions & 12 deletions gleam.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
name = "pevensie_redis"
version = "1.0.0"

# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
# description = ""
# licences = ["Apache-2.0"]
# repository = { type = "github", user = "", repo = "" }
# links = [{ title = "Website", href = "" }]
#
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
description = "The official Redis-compatible driver for the Pevensie framework"
licences = ["MIT"]
repository = { type = "github", user = "Pevensie", repo = "pevensie_redis" }
links = [{ title = "Website", href = "https://pevensie.dev" }]
target = "erlang"

[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
gleam_stdlib = ">= 0.51.0 and < 2.0.0"
radish = ">= 0.15.0 and < 1.0.0"
pevensie = ">= 1.0.0 and < 2.0.0"
mug = ">= 1.2.0 and < 2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ packages = [
bath = { version = ">= 2.0.0 and < 3.0.0" }
gleam_erlang = { version = ">= 0.33.0 and < 1.0.0" }
gleam_otp = { version = ">= 0.16.0 and < 1.0.0" }
gleam_stdlib = { version = ">= 0.34.0 and < 2.0.0" }
gleam_stdlib = { version = ">= 0.51.0 and < 2.0.0" }
gleeunit = { version = ">= 1.0.0 and < 2.0.0" }
mug = { version = ">= 1.2.0 and < 2.0.0" }
pevensie = { version = ">= 1.0.0 and < 2.0.0" }
Expand Down

0 comments on commit 8b775d1

Please sign in to comment.