Skip to content

Commit

Permalink
update-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
inoas committed Apr 11, 2024
1 parent 9440a0f commit 7c042f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions gleam.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
name = "glacier"
version = "1.0.0"
version = "0.10.0"

licences = ["Apache-2.0"]
description = "Glacier brings incremental interactive unit testing to Gleam. It is meant as a drop-in replacement for Gleeunit and depends and wraps a fork of it."
repository = { type = "github", user = "inoas", repo = "glacier" }
# links = [{ title = "Website", href = "https://gleam.run" }]
internal_modules = [
"glacier",
"glacier_demo",
"glacier_demo/*",
]
gleam = ">= 0.32.0"
gleam = "~> 1.0"

[dependencies]
argv = "~> 1.0"
fs = "~> 8.6"
glacier_gleeunit = "~> 0.11"
glacier_gleeunit = ">= 0.11.40 and < 2.0.0"
# glacier_gleeunit = { path = "../gleeunit" }
gleam_community_ansi = "~> 1.4"
gleam_community_colour = "~> 1.4"
Expand Down
2 changes: 1 addition & 1 deletion manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ packages = [
[requirements]
argv = { version = "~> 1.0" }
fs = { version = "~> 8.6" }
glacier_gleeunit = { version = "~> 0.11" }
glacier_gleeunit = { version = ">= 0.11.40 and < 2.0.0" }
gleam_community_ansi = { version = "~> 1.4" }
gleam_community_colour = { version = "~> 1.4" }
gleam_stdlib = { version = "~> 0.36 or ~> 1.0" }
Expand Down

0 comments on commit 7c042f4

Please sign in to comment.