Skip to content

Commit 61e06df

Browse files
committed
Remove Gleam version constraint
Delete the minimum Gleam version requirement from gleam.toml (removed "gleam = \">= 1.4.0\""). This relaxes the declared Gleam version so the project can be built with other Gleam versions; no other file changes were made.
1 parent 39fb1f1 commit 61e06df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gleam.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ repository = { type = "github", user = "lupodevelop", repo = "distribute" }
66
links = [
77
{ title = "GitHub", href = "https://github.com/lupodevelop/distribute" },
88
]
9-
gleam = ">= 1.4.0"
109

1110
target = "erlang"
1211

0 commit comments

Comments
 (0)