Skip to content

Commit

Permalink
Add support for gleam >=0.32.0
Browse files Browse the repository at this point in the history
It is now a compile error to import a type without a `type` keyword. This change updates this package to work with gleam versions >=0.32.0
  • Loading branch information
hibachrach authored and lpil committed Jan 18, 2024
1 parent d29efc1 commit b4b3dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gleam/bbmustache.gleam
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import gleam/string_builder.{StringBuilder}
import gleam/string_builder.{type StringBuilder}

// Template compilation
pub type Template
Expand Down

0 comments on commit b4b3dbf

Please sign in to comment.