Skip to content

Commit

Permalink
Fix requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Aug 6, 2023
1 parent 1d6e36e commit db4105e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ allow_read = [
]

[dependencies]
gleam_stdlib = "~> 0.29.2"
gleam_stdlib = "~> 0.27"

[dev-dependencies]
# some_test_package = "~> 1.0.0"
4 changes: 2 additions & 2 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# You typically do not need to edit this file

packages = [
{ name = "gleam_stdlib", version = "0.29.2", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "B296BF9B8AA384A6B64CD49F333016A9DCA6AC73A95400D17F2271E072EFF986" },
{ name = "gleam_stdlib", version = "0.30.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "03710B3DA047A3683117591707FCA19D32B980229DD8CE8B0603EB5B5144F6C3" },
]

[requirements]
gleam_stdlib = { version = "~> 0.29.2" }
gleam_stdlib = { version = "~> 0.27" }

0 comments on commit db4105e

Please sign in to comment.