Skip to content

Commit

Permalink
Changes!
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Nov 2, 2023
1 parent 0643c1b commit 545dc58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## v0.23.0 - Unreleased

- The `gleam/erlang/file` module has been deprecated.
- Updated for Gleam v0.32.0.

## v0.22.0 - 2023-08-30

Expand Down
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ links = [
gleam = ">= 0.32.0"

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

[dev-dependencies]
gleeunit = "~> 0.6"
2 changes: 1 addition & 1 deletion manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ packages = [
]

[requirements]
gleam_stdlib = { version = "~> 0.27" }
gleam_stdlib = { version = "~> 0.32" }
gleeunit = { version = "~> 0.6" }

0 comments on commit 545dc58

Please sign in to comment.